TSocketThread

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

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

Return to Unit Protocol


Description


To be documented

Class definitions



[Expand]

TSocketThread = class(TThread)


Function declarations



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


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


[Expand]
procedure TSocketThread.Execute;
Description: To be documented


[Expand]
function TSocketThread.SendSocket(ASocket:TProtocolSocket):Boolean;
Description: To be documented


Return to Unit Reference