Structures of the SNMP Service. More...
Data Structures | |
struct | NET_SNMP_MIB_INFO |
SNMP-MIB Entry information. More... | |
Structures of the SNMP Service.
struct NET_SNMP_MIB_INFO |
SNMP-MIB Entry information.
Contains information about the SNMP MIB objects.
Data Fields | |
uint8_t | type |
Object Type. | |
uint8_t | oid_len |
Object ID length. | |
uint8_t | oid [NET_SNMP_MIB_OID_SIZE] |
Object ID value. | |
uint8_t | var_size |
Size of a variable. | |
void * | var |
Pointer to a variable. | |
void(* | cb_func )(int32_t mode) |
Write/Read event callback function. | |
void(* cb_func) (int32_t mode) |
Write/Read event callback function.
uint8_t oid[NET_SNMP_MIB_OID_SIZE] |
Object ID value.
uint8_t oid_len |
Object ID length.
uint8_t type |
Object Type.
void* var |
Pointer to a variable.
uint8_t var_size |
Size of a variable.