TAdapterAuthenticator

From Ultibo.org
Jump to: navigation, search

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