Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

SMASI_PDU Struct Reference

#include <smasi_pdu.h>


Data Fields

unsigned long type
const char * type_name
unsigned int needs_hyphen
union {
 PDU (LogonReq, 0x00000001, HEADER) PDU(LogonConf
HEADER PDU (LogonRej, 0x00000003, HEADER) PDU(LogoffReq
HEADER HEADER PDU (LogoffConf, 0x00000005, HEADER) PDU(SubmitReq
HEADER HEADER HEADER PDU (SubmitConf, 0x00000011, HEADER) PDU(SubmitRej
HEADER HEADER HEADER HEADER PDU (DeliverReq, 0x00000013, HEADER) PDU(DeliverConf
HEADER HEADER HEADER HEADER
HEADER 
PDU (DeliverRej, 0x00000015, HEADER) PDU(Error
HEADER HEADER HEADER HEADER
HEADER HEADER 
PDU (EnquireLinkReq, 0x80000017, HEADER) PDU(EnquireLinkConf
      x00000002
   HEADER   x00000004
   HEADER HEADER   x00000010
   HEADER HEADER HEADER   x00000012
   HEADER HEADER HEADER HEADER   x00000014
   HEADER HEADER HEADER HEADER
HEADER   x80000016
   HEADER HEADER HEADER HEADER
HEADER HEADER   x80000018
u


Field Documentation

unsigned int SMASI_PDU::needs_hyphen
 

Definition at line 87 of file smasi_pdu.h.

Referenced by smasi_pdu_pack().

unsigned long SMASI_PDU::type
 

Definition at line 85 of file smasi_pdu.h.

Referenced by handle_pdu(), pdu_to_msg(), smasi_pdu_create(), smasi_pdu_destroy(), and smasi_pdu_pack().

const char* SMASI_PDU::type_name
 

Definition at line 86 of file smasi_pdu.h.

Referenced by handle_pdu(), and smasi_pdu_pack().

union { ... } SMASI_PDU::u
 

Referenced by handle_pdu(), msg_to_pdu(), open_connection(), pdu_to_msg(), send_logoff(), and send_messages().

SMASI_PDU::x00000002
 

Definition at line 180 of file smasi_pdu.h.

HEADER SMASI_PDU::x00000004
 

Definition at line 191 of file smasi_pdu.h.

HEADER HEADER SMASI_PDU::x00000010
 

Definition at line 202 of file smasi_pdu.h.

HEADER HEADER HEADER SMASI_PDU::x00000012
 

Definition at line 230 of file smasi_pdu.h.

HEADER HEADER HEADER HEADER SMASI_PDU::x00000014
 

Definition at line 270 of file smasi_pdu.h.

HEADER HEADER HEADER HEADER HEADER SMASI_PDU::x80000016
 

Definition at line 285 of file smasi_pdu.h.

HEADER HEADER HEADER HEADER HEADER HEADER SMASI_PDU::x80000018
 

Definition at line 296 of file smasi_pdu.h.


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.