TRAWSocket

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

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

Return to Unit RAW


Description


To be documented

Class definitions



[Expand]

TRAWSocket = class(TProtocolSocket)


Function declarations



[Expand]
constructor TRAWSocket.Create(AProtocol:TNetworkProtocol; ATransport:TNetworkTransport);
Description: To be documented


[Expand]
destructor TRAWSocket.Destroy;
Description: To be documented


[Expand]
function TRAWSocket.IoCtl(ACommand:DWORD; var AArgument:u_long):Integer;
Description: To be documented


[Expand]
function TRAWSocket.IsConnected(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this RAW Socket is Connected to the Host specified by RemoteAddress


[Expand]
function TRAWSocket.IsListening(ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast:Boolean):Boolean;
Description: Check if this RAW Socket is Listening on the LocalAddress specified


Return to Unit Reference