Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
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.
Generated on Tue Jul 12 2022 11:03:19 by
