Internet Direct (Indy) Version 9.0.2 Beta
TIdUDPBase
Specifies a UDP base class.

TIdUDPBase = class(TIdComponent)
Description
TIdUDPBase specifies an encapsulation of the User Datagram Protocol (UDP), and provides properties and methods common to both UDP clients and UDP servers. TIdUDPServer and TIdUDPClient are descendants of TIdUDPBase.

For more information on the User Datagram Protocol (UDP), refer to the Internet Standards document:

TIdUDPBase implements the common UDP facilities required to create a socket binding using the Socket Datagram protocol family, perform datagram Broadcasts, and handle Host and Port assignments for the connection-less protocol.