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

List of all members.

Public Member Functions

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

Public Attributes

int32_t m_request_id
int32_t m_non_repeaters
int32_t m_max_repetitions
VarBindListm_variable_bindings

Static Public Attributes

static const int s_type = ASNLib::SEQUENCE
static const int32_t s_request_idMinSize = -0xccd56a0
static const int32_t s_request_idMaxSize = 0xccd569f
static const int32_t s_non_repeatersMinSize = 0x0
static const int32_t s_non_repeatersMaxSize = 0x7fffffff
static const int32_t s_max_repetitionsMinSize = 0x0
static const int32_t s_max_repetitionsMaxSize = 0x7fffffff

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: