SMSnmpValue represents a SNMP value in the MIB Plug-in Implementer API. More...
#include <dcsmsnmp.h>
Data Fields | |
u32 | type |
Value type. More... | |
u32 | val32 |
Integer value OR length of value pointed to by valptr. More... | |
void * | valptr |
Pointer to value for value types: SM_SNMP_TYPE_OCTET_STRING, SM_SNMP_TYPE_OBJ_ID, SM_SNMP_TYPE_IP_ADDRESS, SM_SNMP_TYPE_OPAQUE. | |
SMSnmpValue represents a SNMP value in the MIB Plug-in Implementer API.
u32 _SMSnmpValue::type |
Value type.
u32 _SMSnmpValue::val32 |
Integer value OR length of value pointed to by valptr.