TAddressEntry

From Ultibo.org
Jump to: navigation, search

Return to Unit Transport


Description


To be documented

Class definitions



[Expand]

TAddressEntry = class(TListObject)


Function declarations



[Expand]
constructor TAddressEntry.Create;
Description: To be documented


[Expand]
destructor TAddressEntry.Destroy;
Description: To be documented


[Expand]
procedure TAddressEntry.SetFamily(AFamily:Integer);
Description: To be documented


[Expand]
procedure TAddressEntry.SetLength(ALength:Integer);
Description: To be documented


[Expand]
procedure TAddressEntry.SetAddressType(AAddressType:Word);
Description: To be documented


[Expand]
procedure TAddressEntry.SetAddressTime(const AAddressTime:Int64);
Description: To be documented


[Expand]
procedure TAddressEntry.SetAdapter(AAdapter:TNetworkAdapter);
Description: To be documented


[Expand]
function TAddressEntry.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TAddressEntry.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TAddressEntry.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TAddressEntry.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TAddressEntry.ReaderConvert:Boolean; 
Description: Convert a Reader lock to a Writer lock


[Expand]
function TAddressEntry.WriterLock:Boolean;
Description: To be documented


[Expand]
function TAddressEntry.WriterUnlock:Boolean;
Description: To be documented


[Expand]
function TAddressEntry.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock


Return to Unit Reference