Internet Direct (Indy) Version 9.0.1 Beta
TUDPReadEvent
Specifies the event type for reading data from a UDP socket binding.

TUDPReadEvent = procedure (Sender: TObject; AData: TStream; ABinding: TIdSocketHandle) of object;
Description
TUDPReadEvent is an event type used to notify a TIdUDPServer event handler that data has been received from a socket binding and is available in the buffer.

TIdUDPServer provides the DoUDPRead event handler to respond to TUDPReadEvent notifications.