TAuthenticatorAdapter
From Ultibo.org
Return to Unit Transport
Description
To be documented
Class definitions
TAuthenticatorAdapter = class(TListObject)
Note: Downstream | |
constructor Create;
|
|
destructor Destroy; override;
|
|
private
| |
FLock:TSynchronizerHandle;
|
|
public
| |
Handle:THandle;
|
|
Adapter:TNetworkAdapter;
|
|
function ReaderLock:Boolean;
|
|
function ReaderUnlock:Boolean;
|
|
function WriterLock:Boolean;
|
|
function WriterUnlock:Boolean;
|
Function declarations
constructor TAuthenticatorAdapter.Create;
Description: To be documented
Note | None documented |
---|
destructor TAuthenticatorAdapter.Destroy;
Description: To be documented
Note | None documented |
---|
function TAuthenticatorAdapter.ReaderLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TAuthenticatorAdapter.ReaderUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
function TAuthenticatorAdapter.WriterLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TAuthenticatorAdapter.WriterUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference