|
| enum | AsnChoiceTypeType {
VALUE
, UNSPECIFIED
, NOSUCHOBJECT
, NOSUCHINSTANCE
,
ENDOFMIBVIEW
} |
| |
|
|
ObjectName * | m_name |
| |
|
int | m_choiceType |
| |
|
ObjectSyntax * | m_value |
| |
|
int | m_unSpecified |
| |
|
int | m_noSuchObject |
| |
|
int | m_noSuchInstance |
| |
|
int | m_endOfMibView |
| |
|
|
static const int | s_type = ASNLib::SEQUENCE |
| |
|
static const int | tag_noSuchObject = 0x80 |
| |
|
static const int | tag_noSuchInstance = 0x81 |
| |
|
static const int | tag_endOfMibView = 0x82 |
| |
◆ decode()
Function to decode the parameters of this object from given data
- Parameters
-
| data | DataBlock from which the object is decoded |
Implements AsnObject.
◆ encode()
Function to encode this object into a datablock
- Parameters
-
| data | The DataBlock in which the object should be encoded |
Implements AsnObject.
◆ getParams()
Function for obtaining this object's data
- Parameters
-
| params | NamedList in which this object's data should be put |
Implements AsnObject.
◆ setParams()
Function for setting this object's data
- Parameters
-
| params | NamedList 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: