Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

SnmpAgentSettings Struct Reference

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.