TIGMPSocket
From Ultibo.org
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