Difference between revisions of "TSyslogClient"
From Ultibo.org
(Created page with "Return to Unit Services __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 47: | Line 47: | ||
|- | |- | ||
| <code>FOctetCounting:Boolean;</code> | | <code>FOctetCounting:Boolean;</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>FBroadcastEnabled:Boolean;</code> | ||
| | | | ||
|- | |- | ||
Line 83: | Line 86: | ||
|- | |- | ||
| <code>procedure SetOctetCounting(AOctetCounting:Boolean);</code> | | <code>procedure SetOctetCounting(AOctetCounting:Boolean);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure SetBroadcastEnabled(ABroadcastEnabled:Boolean);</code> | ||
| | | | ||
|- | |- | ||
Line 108: | Line 114: | ||
|- | |- | ||
| <code>property OctetCounting:Boolean read FOctetCounting write SetOctetCounting;</code> | | <code>property OctetCounting:Boolean read FOctetCounting write SetOctetCounting;</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>property BroadcastEnabled:Boolean read FBroadcastEnabled write SetBroadcastEnabled;</code> | ||
| | | | ||
|- | |- | ||
Line 123: | Line 132: | ||
− | |||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | ||
− | <pre style="border: 0; padding-bottom:0px;"> | + | <pre style="border: 0; padding-bottom:0px;">constructor TSyslogClient.Create;</pre> |
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | <div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | ||
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
Line 234: | Line 242: | ||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | ||
<pre style="border: 0; padding-bottom:0px;">procedure TSyslogClient.SetOctetCounting(AOctetCounting:Boolean);</pre> | <pre style="border: 0; padding-bottom:0px;">procedure TSyslogClient.SetOctetCounting(AOctetCounting:Boolean);</pre> | ||
+ | <div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | ||
+ | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
+ | {| class="wikitable" style="font-size: 14px; background: white;" | ||
+ | |- | ||
+ | ! Note | ||
+ | | None documented | ||
+ | |- | ||
+ | |} | ||
+ | </div></div> | ||
+ | <br /> | ||
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | ||
+ | <pre style="border: 0; padding-bottom:0px;">procedure TSyslogClient.SetBroadcastEnabled(ABroadcastEnabled:Boolean);</pre> | ||
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | <div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | ||
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> |
Latest revision as of 04:26, 7 October 2021
Return to Unit Services
Description
To be documented
Class definitions
[Expand]
TSyslogClient = class(TObject)
Function declarations
[Expand]
procedure TSyslogClient.SetRemoteHost(const ARemoteHost:String);
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