yumapro
24.10-1
YumaPro SDK
|
defines the snmp oid value, stored as an array of integers for easier comparision when performing AVL tree operations. More...
#include <obj.h>
Data Fields | |
uint8 | cnt |
amount of Sub-Ids (max 128) | |
oid_t * | oidc |
OID component. | |
defines the snmp oid value, stored as an array of integers for easier comparision when performing AVL tree operations.
The code mallocs memory beyond the size of the struct and the struct cannot be accessed except by the API functions. The sizeof() function cannot be used with this struct.