TAdapterAuthenticator
From Ultibo.org
Revision as of 07:11, 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
TAdapterAuthenticator = class(TListObject)
Note: Upstream | |
constructor Create;
|
|
destructor Destroy; override;
|
|
private
| |
FLock:TSynchronizerHandle;
|
|
public
| |
AuthType:Word;
|
EAP/RSN |
AuthenticatorHandler:TAdapterAuthenticatorHandler;
|
|
function ReaderLock:Boolean;
|
|
function ReaderUnlock:Boolean;
|
|
function WriterLock:Boolean;
|
|
function WriterUnlock:Boolean;
|
Function declarations
constructor TAdapterAuthenticator.Create;
Description: To be documented
Note | None documented |
---|
destructor TAdapterAuthenticator.Destroy;
Description: To be documented
Note | None documented |
---|
function TAdapterAuthenticator.ReaderLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TAdapterAuthenticator.ReaderUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
function TAdapterAuthenticator.WriterLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TAdapterAuthenticator.WriterUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference