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