TProtocolOptions

From Ultibo.org
Jump to: navigation, search

Return to Unit Protocol


Description


To be documented

Class definitions



TProtocolOptions = class(TObject)

Note: For Get/Set Options at the Protocol Level (eg IPPROTO_TCP, IPPROTO_UDP)
 
constructor Create;  
destructor Destroy; override;  
private
FLock:TCriticalSectionHandle;  
protected
function AcquireLock:Boolean;  
function ReleaseLock:Boolean;  


Function declarations



constructor TProtocolOptions.Create;
Description: To be documented
Note None documented


destructor TProtocolOptions.Destroy;
Description: To be documented
Note None documented


function TProtocolOptions.AcquireLock:Boolean;
Description: To be documented
Note None documented


function TProtocolOptions.ReleaseLock:Boolean;
Description: To be documented
Note None documented


Return to Unit Reference