TSyslogClient

From Ultibo.org
Jump to: navigation, search

Return to Unit Services


Description


To be documented

Class definitions



[Expand]

TSyslogClient = class(TObject)


Function declarations



[Expand]
constructor TSyslogClient.Create;
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]
procedure TSyslogClient.SetBroadcastEnabled(ABroadcastEnabled: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