dataeng
 All Data Structures Files Variables Typedefs Macros
Data Fields
_SMSnmpValue Struct Reference

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.
 

Detailed Description

SMSnmpValue represents a SNMP value in the MIB Plug-in Implementer API.

Field Documentation

u32 _SMSnmpValue::type

Value type.

u32 _SMSnmpValue::val32

Integer value OR length of value pointed to by valptr.


The documentation for this struct was generated from the following file: