TAdapterThread

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

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

Return to Unit Network


Description


To be documented

Class definitions



[Expand]

TAdapterThread = class(TThread)


Function declarations



[Expand]
constructor TAdapterThread.Create(AAdapter:TNetworkAdapter);
Description: To be documented


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


[Expand]
function TAdapterThread.SendHandle(AHandle:THandle):Boolean;
Description: To be documented


[Expand]
function TAdapterThread.ReceiveHandle:THandle;
Description: To be documented


Return to Unit Reference