Difference between revisions of "TSyslogClient"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Services __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...")
(No difference)

Revision as of 00:40, 29 May 2018

Return to Unit Services


Description


To be documented

Class definitions



[Expand]

TSyslogClient = class(TObject)


Function declarations



constructor TSyslogClient.Create;

[Expand]
function
Description: To be documented


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


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


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


[Expand]
procedure TSyslogClient.SetProtocol(AProtocol:LongWord);
Description: To be documented


[Expand]
procedure TSyslogClient.SetBoundPort(ABoundPort:Word);
Description: To be documented


[Expand]
function TSyslogClient.GetRemoteHost:String;
Description: To be documented


[Expand]
procedure TSyslogClient.SetRemoteHost(const ARemoteHost:String);
Description: To be documented


[Expand]
procedure TSyslogClient.SetRemotePort(ARemotePort:Word);
Description: To be documented


[Expand]
procedure TSyslogClient.SetOctetCounting(AOctetCounting:Boolean);
Description: To be documented


[Expand]
function TSyslogClient.GetPriority(AFacility,ASeverity:LongWord):String;
Description: To be documented


[Expand]
function TSyslogClient.GetMessage(const APriority,AAddress,ATag,AContent:String):String;
Description: To be documented


[Expand]
function TSyslogClient.SendMessage(AFacility,ASeverity:LongWord; const ATag,AContent:String):LongWord;
Description: To be documented


Return to Unit Reference