SnmpAgentSettings Struct Reference
SNMP agent settings. More...
#include <snmp_agent.h>
Data Fields | |
OsTaskParameters | task |
Task parameters. More... | |
NetInterface * | interface |
Underlying network interface. More... | |
SnmpVersion | versionMin |
Minimum version accepted by the SNMP agent. More... | |
SnmpVersion | versionMax |
Maximum version accepted by the SNMP agent. More... | |
uint16_t | port |
SNMP port number. More... | |
uint16_t | trapPort |
SNMP trap port number. More... | |
SnmpAgentRandCallback | randCallback |
Random data generation callback function. More... | |
Detailed Description
SNMP agent settings.
Definition at line 131 of file snmp_agent.h.
Field Documentation
◆ interface
NetInterface* interface |
Underlying network interface.
Definition at line 134 of file snmp_agent.h.
◆ port
uint16_t port |
SNMP port number.
Definition at line 137 of file snmp_agent.h.
◆ randCallback
SnmpAgentRandCallback randCallback |
Random data generation callback function.
Definition at line 139 of file snmp_agent.h.
◆ task
OsTaskParameters task |
Task parameters.
Definition at line 133 of file snmp_agent.h.
◆ trapPort
uint16_t trapPort |
SNMP trap port number.
Definition at line 138 of file snmp_agent.h.
◆ versionMax
SnmpVersion versionMax |
Maximum version accepted by the SNMP agent.
Definition at line 136 of file snmp_agent.h.
◆ versionMin
SnmpVersion versionMin |
Minimum version accepted by the SNMP agent.
Definition at line 135 of file snmp_agent.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/snmp/snmp_agent.h