TIGMPSocket
From Ultibo.org
Revision as of 05:02, 21 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit IGMP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
Return to Unit IGMP
Description
To be documented
Class definitions
[Expand]
TIGMPSocket = class(TProtocolSocket)
Function declarations
[Expand]
constructor TIGMPSocket.Create(AProtocol:TNetworkProtocol; ATransport:TNetworkTransport);
Description: To be documented
[Expand]
function TIGMPSocket.IoCtl(ACommand:DWORD; var AArgument:u_long):Integer;
Description: To be documented
[Expand]
function TIGMPSocket.IsConnected(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this IGMP Socket is Connected to the Host specified by RemoteAddress
[Expand]
function TIGMPSocket.IsListening(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this IGMP Socket is Listening on the LocalAddress specified
Return to Unit Reference