|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Public Types | |
| enum | { SMPP_TLV_OCTETS = 0, SMPP_TLV_NULTERMINATED = 1, SMPP_TLV_INTEGER = 2 } |
Data Fields | |
| Octstr * | name |
| long | tag |
| long | length |
| Octstr * | constant |
| enum smpp_tlv:: { ... } | type |
Definition at line 75 of file smpp_pdu.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SMPP_TLV_OCTETS | |
| SMPP_TLV_NULTERMINATED | |
| SMPP_TLV_INTEGER | |
Definition at line 80 of file smpp_pdu.c.
| Octstr* smpp_tlv::constant |
Definition at line 79 of file smpp_pdu.c.
Referenced by smpp_pdu_init(), smpp_tlv_add_constant(), and smpp_tlv_destroy().
| long smpp_tlv::length |
Definition at line 78 of file smpp_pdu.c.
Referenced by smpp_pdu_init().
| Octstr* smpp_tlv::name |
Definition at line 76 of file smpp_pdu.c.
Referenced by smpp_pdu_init(), and smpp_tlv_destroy().
| long smpp_tlv::tag |
Definition at line 77 of file smpp_pdu.c.
Referenced by smpp_pdu_init(), and smpp_tlv_get_by_tag().
| enum { ... } smpp_tlv::type |
Referenced by smpp_pdu_init().