TAdapterThread
From Ultibo.org
								
												
				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