Difference between revisions of "TIGMPSocket"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit IGMP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
 
(No difference)

Latest revision as of 05:02, 21 May 2018

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