SMSnmpMibList defines the response data for a response to a SM_SNMP_API_MPI_LIST_MIB request. More...
#include <dcsmsnmp.h>
Data Fields | |
u32 | mibCount |
Number of pointers to MIBs in list. More... | |
u8 | reservedAlign [4] |
Alignment for next data element. More... | |
ObjInfo ** | mibList [1] |
Pointer to first MIB followed by variable number of pointers. More... | |
SMSnmpMibList defines the response data for a response to a SM_SNMP_API_MPI_LIST_MIB request.
u32 _SMSnmpMibList::mibCount |
Number of pointers to MIBs in list.
ObjInfo** _SMSnmpMibList::mibList[1] |
Pointer to first MIB followed by variable number of pointers.
u8 _SMSnmpMibList::reservedAlign[4] |
Alignment for next data element.
Reserved for future use.