Yate
|
Public Member Functions | |
UsmUserEntry (void *data, int len) | |
int | decode (DataBlock &data) |
int | encode (DataBlock &data) |
void | getParams (NamedList *params) |
void | setParams (NamedList *params) |
Public Attributes | |
SnmpEngineID * | m_usmUserEngineID |
SnmpAdminString * | m_usmUserName |
SnmpAdminString * | m_usmUserSecurityName |
RowPointer * | m_usmUserCloneFrom |
AutonomousType * | m_usmUserAuthProtocol |
KeyChange * | m_usmUserAuthKeyChange |
KeyChange * | m_usmUserOwnAuthKeyChange |
AutonomousType * | m_usmUserPrivProtocol |
KeyChange * | m_usmUserPrivKeyChange |
KeyChange * | m_usmUserOwnPrivKeyChange |
OctetString | m_usmUserPublic |
StorageType * | m_usmUserStorageType |
RowStatus * | m_usmUserStatus |
Static Public Attributes | |
static const int | s_type = ASNLib::SEQUENCE |
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.