Rtos API example

Embed: (wiki syntax)

« Back to documentation index

snmp_node Struct Reference

snmp_node Struct Reference

node "base class" layout, the mandatory fields for a node More...

#include <snmp_core.h>

Data Fields

u8_t node_type
 one out of SNMP_NODE_TREE or any leaf node type (like SNMP_NODE_SCALAR)
u32_t oid
 the number assigned to this node which used as part of the full OID

Detailed Description

node "base class" layout, the mandatory fields for a node

Definition at line 164 of file snmp_core.h.


Field Documentation

u8_t node_type

one out of SNMP_NODE_TREE or any leaf node type (like SNMP_NODE_SCALAR)

Definition at line 167 of file snmp_core.h.

u32_t oid

the number assigned to this node which used as part of the full OID

Definition at line 169 of file snmp_core.h.