Yate
Public Types | Public Member Functions | Public Attributes | Static Public Attributes
ApplicationSyntax Class Reference
Inheritance diagram for ApplicationSyntax:
AsnObject GenObject

List of all members.

Public Types

enum  ApplicationSyntaxType {
  IPADDRESS_VALUE, COUNTER_VALUE, TIMETICKS_VALUE, ARBITRARY_VALUE,
  BIG_COUNTER_VALUE, UNSIGNED_INTEGER_VALUE
}

Public Member Functions

 ApplicationSyntax (void *data, int len)
int decode (DataBlock &data)
int encode (DataBlock &data)
void getParams (NamedList *params)
void setParams (NamedList *params)

Public Attributes

int m_choiceType
IpAddressm_ipAddress_value
Counter32m_counter_value
TimeTicksm_timeticks_value
Opaquem_arbitrary_value
Counter64m_big_counter_value
Unsigned32m_unsigned_integer_value

Static Public Attributes

static const int s_type = ASNLib::CHOICE

Member Function Documentation

int decode ( DataBlock data) [virtual]

Function to decode the parameters of this object from given data

Parameters:
dataDataBlock from which the object is decoded

Implements AsnObject.

int encode ( DataBlock data) [virtual]

Function to encode this object into a datablock

Parameters:
dataThe DataBlock in which the object should be encoded

Implements AsnObject.

void getParams ( NamedList params) [virtual]

Function for obtaining this object's data

Parameters:
paramsNamedList in which this object's data should be put

Implements AsnObject.

void setParams ( NamedList params) [virtual]

Function for setting this object's data

Parameters:
paramsNamedList containing the values to which this object's data should be set

Implements AsnObject.


The documentation for this class was generated from the following file: