SNMP 2.0.0
Loading...
Searching...
No Matches
SNMP::Agent Class Reference

SNMP agent. More...

#include <src/SNMP.h>

Inheritance diagram for SNMP::Agent:
[legend]
Collaboration diagram for SNMP::Agent:
[legend]

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.
 

Detailed Description

SNMP agent.

An SNMP agent listen to UDP port Port::SNMP.

Definition at line 158 of file SNMP.h.

Constructor & Destructor Documentation

◆ Agent()

SNMP::Agent::Agent ( )
inline

Creates an SNMP agent.

Definition at line 164 of file SNMP.h.


The documentation for this class was generated from the following file: