TUDPSocket

From Ultibo.org
Jump to: navigation, search

Return to Unit UDP


Description


To be documented

Class definitions



[Expand]

TUDPSocket = class(TProtocolSocket)


Function declarations



[Expand]
constructor TUDPSocket.Create(AProtocol:TNetworkProtocol; ATransport:TNetworkTransport);
Description: To be documented


[Expand]
destructor TUDPSocket.Destroy;
Description: To be documented


[Expand]
function TUDPSocket.GetOption(ALevel,AOptName:Integer; AOptValue:PChar; var AOptLength:Integer):Integer;
Description: To be documented


[Expand]
function TUDPSocket.SetOption(ALevel,AOptName:Integer; AOptValue:PChar; AOptLength:Integer):Integer;
Description: To be documented


[Expand]
function TUDPSocket.IoCtl(ACommand:DWORD; var AArgument:u_long):Integer;
Description: To be documented


[Expand]
function TUDPSocket.IsConnected(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this UDP Socket is Connected to the Host specified by RemoteAddress/Port


[Expand]
function TUDPSocket.IsListening(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this UDP Socket is Listening on the LocalAddress/Port specified


Return to Unit Reference