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.
snmp_table_node Struct Reference
table node More...
#include <snmp_table.h>
Data Fields | |
struct snmp_leaf_node | node |
inherited "base class" members | |
node_instance_get_value_method | get_value |
returns object value for the given object identifier | |
node_instance_set_test_method | set_test |
tests length and/or range BEFORE setting | |
node_instance_set_value_method | set_value |
sets object value, only called when set_test() was successful |
Detailed Description
table node
Definition at line 59 of file snmp_table.h.
Field Documentation
node_instance_get_value_method get_value |
returns object value for the given object identifier
Definition at line 68 of file snmp_table.h.
struct snmp_leaf_node node |
inherited "base class" members
Definition at line 62 of file snmp_table.h.
node_instance_set_test_method set_test |
tests length and/or range BEFORE setting
Definition at line 70 of file snmp_table.h.
node_instance_set_value_method set_value |
sets object value, only called when set_test() was successful
Definition at line 72 of file snmp_table.h.
Generated on Tue Jul 12 2022 12:22:50 by
