TICMP6Socket

From Ultibo.org
Revision as of 07:12, 20 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit ICMPv6 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-coll...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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]
destructor TICMP6Socket.Destroy;
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