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