TUDPBlockSocket
Hierarchy properties methods events
Unit
blcksock
Description
Implementation of UDP socket.
NOTE: in this class is all receiving redirected to RecvBufferFrom. You can use for reading any receive function. Preffered is RecvPacket! Similary all sending is redirected to SendbufferTo. You can use for sending UDP packet any sending function, like SendString.
See also:
TBlockSocket