Kannel: Open Source WAP and SMS gateway  svn-r5335
smpp_tlv Struct Reference

Public Types

enum  { SMPP_TLV_OCTETS = 0, SMPP_TLV_NULTERMINATED = 1, SMPP_TLV_INTEGER = 2 }
 

Data Fields

Octstrname
 
long tag
 
long length
 
Octstrconstant
 
enum smpp_tlv:: { ... }  type
 

Detailed Description

Definition at line 75 of file smpp_pdu.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SMPP_TLV_OCTETS 
SMPP_TLV_NULTERMINATED 
SMPP_TLV_INTEGER 

Definition at line 80 of file smpp_pdu.c.

Field Documentation

◆ constant

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().

◆ length

long smpp_tlv::length

Definition at line 78 of file smpp_pdu.c.

Referenced by smpp_pdu_init().

◆ name

Octstr* smpp_tlv::name

Definition at line 76 of file smpp_pdu.c.

Referenced by smpp_pdu_init(), and smpp_tlv_destroy().

◆ tag

long smpp_tlv::tag

Definition at line 77 of file smpp_pdu.c.

Referenced by smpp_pdu_init(), and smpp_tlv_get_by_tag().

◆ type

enum { ... } smpp_tlv::type

Referenced by smpp_pdu_init().


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.