Data type MonitorEvent
access this type via: net.UDPMonitor (uses)
MonitorEvent instances are returned by a UDPMonitor when activity occurs over any of the monitored sockets.
Fields
UDPServer socket The socket to which this event relates.
Data userData The userData (if any) that was associated with this socket in the UDPMonitor.
bool recvReady The socket is ready to receive some bytes.