Return to Unit Network
Description
To be documented
Class definitions
[Expand]
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
[Expand]
constructor TAdapterAuthenticator.Create;
Description: To be documented
[Expand]
destructor TAdapterAuthenticator.Destroy;
Description: To be documented
[Expand]
function TAdapterAuthenticator.ReaderLock:Boolean;
Description: To be documented
[Expand]
function TAdapterAuthenticator.ReaderUnlock:Boolean;
Description: To be documented
[Expand]
function TAdapterAuthenticator.WriterLock:Boolean;
Description: To be documented
[Expand]
function TAdapterAuthenticator.WriterUnlock:Boolean;
Description: To be documented
Return to Unit Reference