TNetworkEntry

From Ultibo.org
Revision as of 05:50, 30 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Transport __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit Transport


Description


To be documented

Class definitions



[Expand]

TNetworkEntry = class(TListObject)


Function declarations



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


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


[Expand]
function TNetworkEntry.GetName:String;
Description: To be documented


[Expand]
procedure TNetworkEntry.SetName(const AName:String);
Description: To be documented


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


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


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


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


[Expand]
function TNetworkEntry.FindAlias(const Alias:String):Boolean;
Description: To be documented


[Expand]
function TNetworkEntry.AddAlias(const Alias:String):Boolean;
Description: To be documented


[Expand]
function TNetworkEntry.RemoveAlias(const Alias:String):Boolean;
Description: To be documented


Return to Unit Reference