|
Contiki-NG
|
The varbind struct. More...
#include <os/net/app-layer/snmp/snmp.h>
Data Fields | |
| snmp_oid_t | oid |
| The OID. More... | |
| uint8_t | value_type |
| The type in this varbind. | |
| union { | |
| uint32_t integer | |
| The integer value. | |
| struct { | |
| const char * string | |
| A pointer to the string value from this varbind. More... | |
| uint32_t length | |
| The string length. More... | |
| } string | |
| A struct that contains the string. | |
| snmp_oid_t oid | |
| The OID value. | |
| } | value |
| A union to represent the value in this varbind. More... | |
| uint32_t snmp_varbind_s::length |
| snmp_oid_t snmp_varbind_s::oid |
The OID.
The OID value.
Definition at line 163 of file snmp.h.
Referenced by snmp_api_set_oid(), snmp_api_set_string(), and snmp_api_set_time_ticks().
| const char* snmp_varbind_s::string |
A pointer to the string value from this varbind.
Definition at line 187 of file snmp.h.
Referenced by snmp_api_set_string().
| union { ... } snmp_varbind_s::value |
A union to represent the value in this varbind.
Referenced by snmp_api_set_oid(), snmp_api_set_string(), and snmp_api_set_time_ticks().
1.8.13