TProtocolTransport

From Ultibo.org
Jump to: navigation, search

Return to Unit Protocol


Description


To be documented

Class definitions



TProtocolTransport = class(TListObject)

Note: Downstream
 
constructor Create;  
destructor Destroy; override;  
private
FLock:TSynchronizerHandle;  
public
Handle:THandle;  
Protocol:Word;  
Transport:TNetworkTransport;  
 
function ReaderLock:Boolean;  
function ReaderUnlock:Boolean;  
function WriterLock:Boolean;  
function WriterUnlock:Boolean;  


Function declarations



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


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


function TProtocolTransport.ReaderLock:Boolean;
Description: To be documented
Note None documented


function TProtocolTransport.ReaderUnlock:Boolean;
Description: To be documented
Note None documented


function TProtocolTransport.WriterLock:Boolean;
Description: To be documented
Note None documented


function TProtocolTransport.WriterUnlock:Boolean;
Description: To be documented
Note None documented


Return to Unit Reference