TRAWSocket
From Ultibo.org
Return to Unit RAW
Description
To be documented
Class definitions
[Expand]
TRAWSocket = class(TProtocolSocket)
Function declarations
[Expand]
constructor TRAWSocket.Create(AProtocol:TNetworkProtocol; ATransport:TNetworkTransport);
Description: To be documented
[Expand]
function TRAWSocket.IoCtl(ACommand:DWORD; var AArgument:u_long):Integer;
Description: To be documented
[Expand]
function TRAWSocket.IsConnected(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this RAW Socket is Connected to the Host specified by RemoteAddress
[Expand]
function TRAWSocket.IsListening(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this RAW Socket is Listening on the LocalAddress specified
Return to Unit Reference