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

SMSnmpOid represents a SNMP object identifier (OID) in the MIB Plug-in Implementer API. More...

#include <dcsmsnmp.h>

Data Fields

u32 numIds
 Number of IDs in OID. More...
 
u8 reservedAlign [4]
 Alignment for next data element. More...
 
u32 * ids
 Pointer to array of IDs (32-bit integers) that comprise OID. More...
 

Detailed Description

SMSnmpOid represents a SNMP object identifier (OID) in the MIB Plug-in Implementer API.

Field Documentation

u32* _SMSnmpOid::ids

Pointer to array of IDs (32-bit integers) that comprise OID.

u32 _SMSnmpOid::numIds

Number of IDs in OID.

u8 _SMSnmpOid::reservedAlign[4]

Alignment for next data element.

Reserved for future use.


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