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...")
Return to Unit Network
Description
To be documented
Class definitions
TAdapterThread = class(TThread)
constructor Create(AAdapter:TNetworkAdapter);
|
|
protected
| |
FAdapter:TNetworkAdapter;
|
|
procedure Execute; override;
|
|
public
| |
function SendHandle(AHandle:THandle):Boolean;
|
|
function ReceiveHandle:THandle;
|
Function declarations
constructor TAdapterThread.Create(AAdapter:TNetworkAdapter);
Description: To be documented
Note | None documented |
---|
procedure TAdapterThread.Execute;
Description: To be documented
Note | None documented |
---|
function TAdapterThread.SendHandle(AHandle:THandle):Boolean;
Description: To be documented
Note | None documented |
---|
function TAdapterThread.ReceiveHandle:THandle;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference