|
Yate
|
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 |
| IpAddress * | m_ipAddress_value |
| Counter32 * | m_counter_value |
| TimeTicks * | m_timeticks_value |
| Opaque * | m_arbitrary_value |
| Counter64 * | m_big_counter_value |
| Unsigned32 * | m_unsigned_integer_value |
Static Public Attributes | |
| static const int | s_type = ASNLib::CHOICE |
Function to decode the parameters of this object from given data
| data | DataBlock from which the object is decoded |
Implements AsnObject.
Function to encode this object into a datablock
| data | The DataBlock in which the object should be encoded |
Implements AsnObject.
Function for obtaining this object's data
| params | NamedList in which this object's data should be put |
Implements AsnObject.
Function for setting this object's data
| params | NamedList containing the values to which this object's data should be set |
Implements AsnObject.
1.7.6.1