|
RMM API 2.0.0
|
Struct to hold data related to the UDP core. More...
#include <RMMUDPCore.h>
Public Attributes | |
| std::string | sourceMAC |
| Source MAC address. | |
| std::string | sourceIP |
| Source IP address in string format (e.g., "192.168.1.1"). | |
| uint32_t | sourcePort |
| Source UDP port. | |
| float | arpRefreshTimeout |
| Seconds before new ARP request is sent to refresh ARP table. | |
| float | arpReplyTimeout |
| Seconds before new ARP request is sent when no ARP reply is received. | |
| std::map< uint8_t, ArpLut > | lut |
Lookup table for ARP entries, mapping index to ArpLut structure. | |
Struct to hold data related to the UDP core.