source: trunk/Packages/synapse/docs/help/slogsend.TSyslogSend.html

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 4.6 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2<html>
3<head>
4<meta name="GENERATOR" content="PasDoc 0.9.0">
5<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
6<title>slogsend: Class TSyslogSend</title>
7<link rel="StyleSheet" type="text/css" href="pasdoc.css">
8</head>
9<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
10<a name="TSyslogSend"></a><h1 class="cio">Class TSyslogSend</h1>
11<table class="sections">
12<tr>
13<td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#@Methods">Methods</a></td><td><a class="section" href="#@Properties">Properties</a></td></tr></table>
14<a name="@Description"></a><h2 class="unit">Unit</h2>
15<p class="unitlink">
16<a href="slogsend.html">slogsend</a></p>
17<h2 class="declaration">Declaration</h2>
18<p class="declaration">
19<code>type TSyslogSend = class(<a class="normal" href="blcksock.TSynaClient.html">TSynaClient</a>)</code></p>
20<h2 class="description">Description</h2>
21<p>
22This object implement BSD SysLog client</p>
23<p>
24
25
26<p>Note: Are you missing properties for specify server address and port? Look to parent <a class="normal" href="blcksock.TSynaClient.html">TSynaClient</a> too!</p>
27<a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
28<ul class="hierarchy"><li class="ancestor">TObject</li>
29<li class="ancestor"><a class="normal" href="blcksock.TSynaClient.html">TSynaClient</a></li>
30<li class="thisitem">TSyslogSend</li></ul><h2 class="overview">Overview</h2>
31<a name="@Methods"></a><h3 class="summary">Methods</h3>
32<table class="summary">
33<tr class="list">
34<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
35<td class="itemcode"><code>constructor <b><a href="slogsend.TSyslogSend.html#Create">Create</a></b>;</code></td>
36</tr>
37<tr class="list2">
38<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
39<td class="itemcode"><code>destructor <b><a href="slogsend.TSyslogSend.html#Destroy">Destroy</a></b>; override;</code></td>
40</tr>
41<tr class="list">
42<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
43<td class="itemcode"><code>function <b><a href="slogsend.TSyslogSend.html#DoIt">DoIt</a></b>: Boolean;</code></td>
44</tr>
45</table>
46<a name="@Properties"></a><h3 class="summary">Properties</h3>
47<table class="summary">
48<tr class="list">
49<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
50<td class="itemcode"><code>property <b><a href="slogsend.TSyslogSend.html#SysLogMessage">SysLogMessage</a></b>: <a href="slogsend.TSyslogMessage.html">TSysLogMessage</a> read FSysLogMessage write FSysLogMessage;</code></td>
51</tr>
52</table>
53<h2 class="description">Description</h2>
54<h3 class="detail">Methods</h3>
55<table class="detail">
56<tr class="list">
57<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
58<td class="itemcode"><a name="Create"></a><code>constructor <b>Create</b>;</code></td>
59</tr>
60</table>
61&nbsp;<table class="detail">
62<tr class="list">
63<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
64<td class="itemcode"><a name="Destroy"></a><code>destructor <b>Destroy</b>; override;</code></td>
65</tr>
66</table>
67&nbsp;<table class="detail">
68<tr class="list">
69<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
70<td class="itemcode"><a name="DoIt"></a><code>function <b>DoIt</b>: Boolean;</code></td>
71</tr>
72</table>
73<p>
74Send Syslog UDP packet defined by <a class="normal" href="slogsend.TSyslogSend.html#SysLogMessage">SysLogMessage</a>.</p>
75<h3 class="detail">Properties</h3>
76<table class="detail">
77<tr class="list">
78<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
79<td class="itemcode"><a name="SysLogMessage"></a><code>property <b>SysLogMessage</b>: <a href="slogsend.TSyslogMessage.html">TSysLogMessage</a> read FSysLogMessage write FSysLogMessage;</code></td>
80</tr>
81</table>
82<p>
83Syslog message for send</p>
84<hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:51</em>
85</span>
86</body></html>
Note: See TracBrowser for help on using the repository browser.