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.
SnmpAgentSettings Struct Reference
SNMP agent settings. More...
#include <snmp_agent.h>
Data Fields | |
| NetInterface * | interface |
| Network interface to configure. | |
| SnmpVersion | versionMin |
| Minimum version accepted by the SNMP agent. | |
| SnmpVersion | versionMax |
| Maximum version accepted by the SNMP agent. | |
| uint16_t | port |
| SNMP port number. | |
| uint16_t | trapPort |
| SNMP trap port number. | |
| SnmpAgentRandCallback | randCallback |
| Random data generation callback function. | |
Detailed Description
SNMP agent settings.
Definition at line 83 of file snmp_agent.h.
Field Documentation
| NetInterface* interface |
Network interface to configure.
Definition at line 85 of file snmp_agent.h.
| uint16_t port |
SNMP port number.
Definition at line 88 of file snmp_agent.h.
Random data generation callback function.
Definition at line 90 of file snmp_agent.h.
| uint16_t trapPort |
SNMP trap port number.
Definition at line 89 of file snmp_agent.h.
Maximum version accepted by the SNMP agent.
Definition at line 87 of file snmp_agent.h.
Minimum version accepted by the SNMP agent.
Definition at line 86 of file snmp_agent.h.
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2