Return to Unit Protocol
Description
To be documented
Class definitions
[Expand]
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
[Expand]
constructor TProtocolOptions.Create;
Description: To be documented
[Expand]
destructor TProtocolOptions.Destroy;
Description: To be documented
[Expand]
function TProtocolOptions.AcquireLock:Boolean;
Description: To be documented
[Expand]
function TProtocolOptions.ReleaseLock:Boolean;
Description: To be documented
Return to Unit Reference