SnmpVarBind Struct Reference
Variable binding. More...
#include <snmp_agent_message.h>
Data Fields | |
const uint8_t * | oid |
size_t | oidLen |
uint_t | objClass |
uint_t | objType |
const uint8_t * | value |
size_t | valueLen |
Detailed Description
Variable binding.
Definition at line 113 of file snmp_agent_message.h.
Field Documentation
◆ objClass
uint_t objClass |
Definition at line 117 of file snmp_agent_message.h.
◆ objType
uint_t objType |
Definition at line 118 of file snmp_agent_message.h.
◆ oid
const uint8_t* oid |
Definition at line 115 of file snmp_agent_message.h.
◆ oidLen
size_t oidLen |
Definition at line 116 of file snmp_agent_message.h.
◆ value
const uint8_t* value |
Definition at line 119 of file snmp_agent_message.h.
◆ valueLen
size_t valueLen |
Definition at line 120 of file snmp_agent_message.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/snmp/snmp_agent_message.h