|
SNMP 2.1.0
|
SNMP agent. More...
#include <src/SNMP.h>
Public Member Functions | |
| Agent () | |
| Creates an SNMP agent. | |
Public Member Functions inherited from SNMP::SNMP | |
| bool | begin (UDP &udp) |
| Initializes network. | |
| void | loop () |
| Network read operation. | |
| bool | send (Message *message, const IPAddress ip, const uint16_t port) |
| Network write operation. | |
| void | onMessage (Event event) |
| Sets on message event user handler. | |