Difference between revisions of "TAdapterThread"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Network __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-co...")
 
(No difference)

Latest revision as of 07:15, 22 May 2018

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