#include <DDPHandler.h>
Public Attributes | |
IPAddress | ip |
Port | port |
unsigned long | timeLastSeen |
Definition at line 22 of file DDPHandler.h.
IPAddress DDPListEntry::ip |
The ip-address of the robot
Definition at line 25 of file DDPHandler.h.
Referenced by DDPHandler::onReceive().
Port DDPListEntry::port |
port to send data to
Definition at line 26 of file DDPHandler.h.
Referenced by DDPHandler::DDPHandler(), and DDPHandler::onReceive().
unsigned long DDPListEntry::timeLastSeen |
Time when the last package from this robot was received
Definition at line 27 of file DDPHandler.h.
Referenced by DDPHandler::DDPHandler(), and DDPHandler::onReceive().