TNetworkClient

From Ultibo.org
Jump to: navigation, search

Return to Unit Protocol


Description


To be documented

Class definitions



[Expand]

TNetworkClient = class(TListObject)


Function declarations



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


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


[Expand]
function TNetworkClient.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TNetworkClient.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNetworkClient.WriterLock:Boolean;
Description: To be documented


[Expand]
function TNetworkClient.WriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNetworkClient.StartClient:Boolean;
Description: To be documented


[Expand]
function TNetworkClient.StopClient:Boolean;
Description: To be documented


Return to Unit Reference