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>snmpsend: Class TSNMPRec</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="TSNMPRec"></a><h1 class="cio">Class TSNMPRec</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="snmpsend.html">snmpsend</a></p>
|
---|
17 | <h2 class="declaration">Declaration</h2>
|
---|
18 | <p class="declaration">
|
---|
19 | <code>type TSNMPRec = class(TObject)</code></p>
|
---|
20 | <h2 class="description">Description</h2>
|
---|
21 | <p>
|
---|
22 | Data object abstracts SNMP data packet</p>
|
---|
23 | <a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
|
---|
24 | <ul class="hierarchy"><li class="ancestor">TObject</li>
|
---|
25 | <li class="thisitem">TSNMPRec</li></ul><h2 class="overview">Overview</h2>
|
---|
26 | <a name="@Methods"></a><h3 class="summary">Methods</h3>
|
---|
27 | <table class="summary">
|
---|
28 | <tr class="list">
|
---|
29 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
30 | <td class="itemcode"><code>constructor <b><a href="snmpsend.TSNMPRec.html#Create">Create</a></b>;</code></td>
|
---|
31 | </tr>
|
---|
32 | <tr class="list2">
|
---|
33 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
34 | <td class="itemcode"><code>destructor <b><a href="snmpsend.TSNMPRec.html#Destroy">Destroy</a></b>; override;</code></td>
|
---|
35 | </tr>
|
---|
36 | <tr class="list">
|
---|
37 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
38 | <td class="itemcode"><code>function <b><a href="snmpsend.TSNMPRec.html#DecodeBuf">DecodeBuf</a></b>(Buffer: AnsiString): Boolean;</code></td>
|
---|
39 | </tr>
|
---|
40 | <tr class="list2">
|
---|
41 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
42 | <td class="itemcode"><code>function <b><a href="snmpsend.TSNMPRec.html#EncodeBuf">EncodeBuf</a></b>: AnsiString;</code></td>
|
---|
43 | </tr>
|
---|
44 | <tr class="list">
|
---|
45 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
46 | <td class="itemcode"><code>procedure <b><a href="snmpsend.TSNMPRec.html#Clear">Clear</a></b>;</code></td>
|
---|
47 | </tr>
|
---|
48 | <tr class="list2">
|
---|
49 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
50 | <td class="itemcode"><code>procedure <b><a href="snmpsend.TSNMPRec.html#MIBAdd">MIBAdd</a></b>(const MIB, Value: AnsiString; ValueType: Integer);</code></td>
|
---|
51 | </tr>
|
---|
52 | <tr class="list">
|
---|
53 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
54 | <td class="itemcode"><code>procedure <b><a href="snmpsend.TSNMPRec.html#MIBDelete">MIBDelete</a></b>(Index: Integer);</code></td>
|
---|
55 | </tr>
|
---|
56 | <tr class="list2">
|
---|
57 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
58 | <td class="itemcode"><code>function <b><a href="snmpsend.TSNMPRec.html#MIBGet">MIBGet</a></b>(const MIB: AnsiString): AnsiString;</code></td>
|
---|
59 | </tr>
|
---|
60 | <tr class="list">
|
---|
61 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
62 | <td class="itemcode"><code>function <b><a href="snmpsend.TSNMPRec.html#MIBCount">MIBCount</a></b>: integer;</code></td>
|
---|
63 | </tr>
|
---|
64 | <tr class="list2">
|
---|
65 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
66 | <td class="itemcode"><code>function <b><a href="snmpsend.TSNMPRec.html#MIBByIndex">MIBByIndex</a></b>(Index: Integer): <a href="snmpsend.TSNMPMib.html">TSNMPMib</a>;</code></td>
|
---|
67 | </tr>
|
---|
68 | </table>
|
---|
69 | <a name="@Properties"></a><h3 class="summary">Properties</h3>
|
---|
70 | <table class="summary">
|
---|
71 | <tr class="list">
|
---|
72 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
73 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#SNMPMibList">SNMPMibList</a></b>: TList read FSNMPMibList;</code></td>
|
---|
74 | </tr>
|
---|
75 | <tr class="list2">
|
---|
76 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
77 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#Version">Version</a></b>: Integer read FVersion write FVersion;</code></td>
|
---|
78 | </tr>
|
---|
79 | <tr class="list">
|
---|
80 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
81 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#Community">Community</a></b>: AnsiString read FCommunity write FCommunity;</code></td>
|
---|
82 | </tr>
|
---|
83 | <tr class="list2">
|
---|
84 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
85 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#PDUType">PDUType</a></b>: Integer read FPDUType write FPDUType;</code></td>
|
---|
86 | </tr>
|
---|
87 | <tr class="list">
|
---|
88 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
89 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#ID">ID</a></b>: Integer read FID write FID;</code></td>
|
---|
90 | </tr>
|
---|
91 | <tr class="list2">
|
---|
92 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
93 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#ErrorStatus">ErrorStatus</a></b>: Integer read FErrorStatus write FErrorStatus;</code></td>
|
---|
94 | </tr>
|
---|
95 | <tr class="list">
|
---|
96 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
97 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#ErrorIndex">ErrorIndex</a></b>: Integer read FErrorIndex write FErrorIndex;</code></td>
|
---|
98 | </tr>
|
---|
99 | <tr class="list2">
|
---|
100 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
101 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#NonRepeaters">NonRepeaters</a></b>: Integer read FErrorStatus write FErrorStatus;</code></td>
|
---|
102 | </tr>
|
---|
103 | <tr class="list">
|
---|
104 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
105 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#MaxRepetitions">MaxRepetitions</a></b>: Integer read FErrorIndex write FErrorIndex;</code></td>
|
---|
106 | </tr>
|
---|
107 | <tr class="list2">
|
---|
108 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
109 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#MaxSize">MaxSize</a></b>: Integer read FMaxSize write FMaxSize;</code></td>
|
---|
110 | </tr>
|
---|
111 | <tr class="list">
|
---|
112 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
113 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#Flags">Flags</a></b>: <a href="snmpsend.html#TV3Flags">TV3Flags</a> read FFlags write FFlags;</code></td>
|
---|
114 | </tr>
|
---|
115 | <tr class="list2">
|
---|
116 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
117 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#FlagReportable">FlagReportable</a></b>: Boolean read FFlagReportable write FFlagReportable;</code></td>
|
---|
118 | </tr>
|
---|
119 | <tr class="list">
|
---|
120 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
121 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#ContextEngineID">ContextEngineID</a></b>: AnsiString read FContextEngineID write FContextEngineID;</code></td>
|
---|
122 | </tr>
|
---|
123 | <tr class="list2">
|
---|
124 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
125 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#ContextName">ContextName</a></b>: AnsiString read FContextName write FContextName;</code></td>
|
---|
126 | </tr>
|
---|
127 | <tr class="list">
|
---|
128 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
129 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#AuthMode">AuthMode</a></b>: <a href="snmpsend.html#TV3Auth">TV3Auth</a> read FAuthMode write FAuthMode;</code></td>
|
---|
130 | </tr>
|
---|
131 | <tr class="list2">
|
---|
132 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
133 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#PrivMode">PrivMode</a></b>: <a href="snmpsend.html#TV3Priv">TV3Priv</a> read FPrivMode write FPrivMode;</code></td>
|
---|
134 | </tr>
|
---|
135 | <tr class="list">
|
---|
136 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
137 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#AuthEngineID">AuthEngineID</a></b>: AnsiString read FAuthEngineID write FAuthEngineID;</code></td>
|
---|
138 | </tr>
|
---|
139 | <tr class="list2">
|
---|
140 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
141 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#AuthEngineBoots">AuthEngineBoots</a></b>: Integer read FAuthEngineBoots write FAuthEngineBoots;</code></td>
|
---|
142 | </tr>
|
---|
143 | <tr class="list">
|
---|
144 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
145 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#AuthEngineTime">AuthEngineTime</a></b>: Integer read FAuthEngineTime write FAuthEngineTime;</code></td>
|
---|
146 | </tr>
|
---|
147 | <tr class="list2">
|
---|
148 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
149 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#AuthEngineTimeStamp">AuthEngineTimeStamp</a></b>: Cardinal read FAuthEngineTimeStamp Write FAuthEngineTimeStamp;</code></td>
|
---|
150 | </tr>
|
---|
151 | <tr class="list">
|
---|
152 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
153 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#UserName">UserName</a></b>: AnsiString read FUserName write FUserName;</code></td>
|
---|
154 | </tr>
|
---|
155 | <tr class="list2">
|
---|
156 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
157 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#Password">Password</a></b>: AnsiString read FPassword write FPassword;</code></td>
|
---|
158 | </tr>
|
---|
159 | <tr class="list">
|
---|
160 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
161 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#AuthKey">AuthKey</a></b>: AnsiString read FAuthKey write FAuthKey;</code></td>
|
---|
162 | </tr>
|
---|
163 | <tr class="list2">
|
---|
164 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
165 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#PrivPassword">PrivPassword</a></b>: AnsiString read FPrivPassword write FPrivPassword;</code></td>
|
---|
166 | </tr>
|
---|
167 | <tr class="list">
|
---|
168 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
169 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#PrivKey">PrivKey</a></b>: AnsiString read FPrivKey write FPrivKey;</code></td>
|
---|
170 | </tr>
|
---|
171 | <tr class="list2">
|
---|
172 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
173 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#OldTrapEnterprise">OldTrapEnterprise</a></b>: AnsiString read FOldTrapEnterprise write FOldTrapEnterprise;</code></td>
|
---|
174 | </tr>
|
---|
175 | <tr class="list">
|
---|
176 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
177 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#OldTrapHost">OldTrapHost</a></b>: AnsiString read FOldTrapHost write FOldTrapHost;</code></td>
|
---|
178 | </tr>
|
---|
179 | <tr class="list2">
|
---|
180 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
181 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#OldTrapGen">OldTrapGen</a></b>: Integer read FOldTrapGen write FOldTrapGen;</code></td>
|
---|
182 | </tr>
|
---|
183 | <tr class="list">
|
---|
184 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
185 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#OldTrapSpec">OldTrapSpec</a></b>: Integer read FOldTrapSpec write FOldTrapSpec;</code></td>
|
---|
186 | </tr>
|
---|
187 | <tr class="list2">
|
---|
188 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
189 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPRec.html#OldTrapTimeTicks">OldTrapTimeTicks</a></b>: Integer read FOldTrapTimeTicks write FOldTrapTimeTicks;</code></td>
|
---|
190 | </tr>
|
---|
191 | </table>
|
---|
192 | <h2 class="description">Description</h2>
|
---|
193 | <h3 class="detail">Methods</h3>
|
---|
194 | <table class="detail">
|
---|
195 | <tr class="list">
|
---|
196 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
197 | <td class="itemcode"><a name="Create"></a><code>constructor <b>Create</b>;</code></td>
|
---|
198 | </tr>
|
---|
199 | </table>
|
---|
200 | <table class="detail">
|
---|
201 | <tr class="list">
|
---|
202 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
203 | <td class="itemcode"><a name="Destroy"></a><code>destructor <b>Destroy</b>; override;</code></td>
|
---|
204 | </tr>
|
---|
205 | </table>
|
---|
206 | <table class="detail">
|
---|
207 | <tr class="list">
|
---|
208 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
209 | <td class="itemcode"><a name="DecodeBuf"></a><code>function <b>DecodeBuf</b>(Buffer: AnsiString): Boolean;</code></td>
|
---|
210 | </tr>
|
---|
211 | </table>
|
---|
212 | <p>
|
---|
213 | Decode SNMP packet in buffer to object properties.</p>
|
---|
214 | <table class="detail">
|
---|
215 | <tr class="list">
|
---|
216 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
217 | <td class="itemcode"><a name="EncodeBuf"></a><code>function <b>EncodeBuf</b>: AnsiString;</code></td>
|
---|
218 | </tr>
|
---|
219 | </table>
|
---|
220 | <p>
|
---|
221 | Encode obeject properties to SNMP packet.</p>
|
---|
222 | <table class="detail">
|
---|
223 | <tr class="list">
|
---|
224 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
225 | <td class="itemcode"><a name="Clear"></a><code>procedure <b>Clear</b>;</code></td>
|
---|
226 | </tr>
|
---|
227 | </table>
|
---|
228 | <p>
|
---|
229 | Clears all object properties to default values.</p>
|
---|
230 | <table class="detail">
|
---|
231 | <tr class="list">
|
---|
232 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
233 | <td class="itemcode"><a name="MIBAdd"></a><code>procedure <b>MIBAdd</b>(const MIB, Value: AnsiString; ValueType: Integer);</code></td>
|
---|
234 | </tr>
|
---|
235 | </table>
|
---|
236 | <p>
|
---|
237 | Add entry to <a class="normal" href="snmpsend.TSNMPRec.html#SNMPMibList">SNMPMibList</a>. For queries use value as empty string, and ValueType as ASN1_NULL.</p>
|
---|
238 | <table class="detail">
|
---|
239 | <tr class="list">
|
---|
240 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
241 | <td class="itemcode"><a name="MIBDelete"></a><code>procedure <b>MIBDelete</b>(Index: Integer);</code></td>
|
---|
242 | </tr>
|
---|
243 | </table>
|
---|
244 | <p>
|
---|
245 | Delete entry from <a class="normal" href="snmpsend.TSNMPRec.html#SNMPMibList">SNMPMibList</a>.</p>
|
---|
246 | <table class="detail">
|
---|
247 | <tr class="list">
|
---|
248 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
249 | <td class="itemcode"><a name="MIBGet"></a><code>function <b>MIBGet</b>(const MIB: AnsiString): AnsiString;</code></td>
|
---|
250 | </tr>
|
---|
251 | </table>
|
---|
252 | <p>
|
---|
253 | Search <a class="normal" href="snmpsend.TSNMPRec.html#SNMPMibList">SNMPMibList</a> list for MIB and return correspond value.</p>
|
---|
254 | <table class="detail">
|
---|
255 | <tr class="list">
|
---|
256 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
257 | <td class="itemcode"><a name="MIBCount"></a><code>function <b>MIBCount</b>: integer;</code></td>
|
---|
258 | </tr>
|
---|
259 | </table>
|
---|
260 | <p>
|
---|
261 | return number of entries in MIB array.</p>
|
---|
262 | <table class="detail">
|
---|
263 | <tr class="list">
|
---|
264 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
265 | <td class="itemcode"><a name="MIBByIndex"></a><code>function <b>MIBByIndex</b>(Index: Integer): <a href="snmpsend.TSNMPMib.html">TSNMPMib</a>;</code></td>
|
---|
266 | </tr>
|
---|
267 | </table>
|
---|
268 | <p>
|
---|
269 | Return MIB information from given row of MIB array.</p>
|
---|
270 | <h3 class="detail">Properties</h3>
|
---|
271 | <table class="detail">
|
---|
272 | <tr class="list">
|
---|
273 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
274 | <td class="itemcode"><a name="SNMPMibList"></a><code>property <b>SNMPMibList</b>: TList read FSNMPMibList;</code></td>
|
---|
275 | </tr>
|
---|
276 | </table>
|
---|
277 | <p>
|
---|
278 | List of <a class="normal" href="snmpsend.TSNMPMib.html">TSNMPMib</a> objects.</p>
|
---|
279 | <table class="detail">
|
---|
280 | <tr class="list">
|
---|
281 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
282 | <td class="itemcode"><a name="Version"></a><code>property <b>Version</b>: Integer read FVersion write FVersion;</code></td>
|
---|
283 | </tr>
|
---|
284 | </table>
|
---|
285 | <p>
|
---|
286 | Version of SNMP packet. Default value is 0 (SNMP ver. 1). You can use value 1 for SNMPv2c or value 3 for SNMPv3.</p>
|
---|
287 | <table class="detail">
|
---|
288 | <tr class="list">
|
---|
289 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
290 | <td class="itemcode"><a name="Community"></a><code>property <b>Community</b>: AnsiString read FCommunity write FCommunity;</code></td>
|
---|
291 | </tr>
|
---|
292 | </table>
|
---|
293 | <p>
|
---|
294 | Community string for autorize access to SNMP server. (Case sensitive!) Community string is not used in SNMPv3! Use <a class="normal" href="snmpsend.TSNMPRec.html#UserName">UserName</a> and <a class="normal" href="snmpsend.TSNMPRec.html#Password">Password</a> instead!</p>
|
---|
295 | <table class="detail">
|
---|
296 | <tr class="list">
|
---|
297 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
298 | <td class="itemcode"><a name="PDUType"></a><code>property <b>PDUType</b>: Integer read FPDUType write FPDUType;</code></td>
|
---|
299 | </tr>
|
---|
300 | </table>
|
---|
301 | <p>
|
---|
302 | Define type of SNMP operation.</p>
|
---|
303 | <table class="detail">
|
---|
304 | <tr class="list">
|
---|
305 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
306 | <td class="itemcode"><a name="ID"></a><code>property <b>ID</b>: Integer read FID write FID;</code></td>
|
---|
307 | </tr>
|
---|
308 | </table>
|
---|
309 | <p>
|
---|
310 | Contains ID number. Not need to use.</p>
|
---|
311 | <table class="detail">
|
---|
312 | <tr class="list">
|
---|
313 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
314 | <td class="itemcode"><a name="ErrorStatus"></a><code>property <b>ErrorStatus</b>: Integer read FErrorStatus write FErrorStatus;</code></td>
|
---|
315 | </tr>
|
---|
316 | </table>
|
---|
317 | <p>
|
---|
318 | When packet is reply, contains error code. Supported values are defined by E* constants.</p>
|
---|
319 | <table class="detail">
|
---|
320 | <tr class="list">
|
---|
321 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
322 | <td class="itemcode"><a name="ErrorIndex"></a><code>property <b>ErrorIndex</b>: Integer read FErrorIndex write FErrorIndex;</code></td>
|
---|
323 | </tr>
|
---|
324 | </table>
|
---|
325 | <p>
|
---|
326 | Point to error position in reply packet. Not usefull for users. It only good for debugging!</p>
|
---|
327 | <table class="detail">
|
---|
328 | <tr class="list">
|
---|
329 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
330 | <td class="itemcode"><a name="NonRepeaters"></a><code>property <b>NonRepeaters</b>: Integer read FErrorStatus write FErrorStatus;</code></td>
|
---|
331 | </tr>
|
---|
332 | </table>
|
---|
333 | <p>
|
---|
334 | special value for GetBulkRequest of SNMPv2 and v3.</p>
|
---|
335 | <table class="detail">
|
---|
336 | <tr class="list">
|
---|
337 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
338 | <td class="itemcode"><a name="MaxRepetitions"></a><code>property <b>MaxRepetitions</b>: Integer read FErrorIndex write FErrorIndex;</code></td>
|
---|
339 | </tr>
|
---|
340 | </table>
|
---|
341 | <p>
|
---|
342 | special value for GetBulkRequest of SNMPv2 and v3.</p>
|
---|
343 | <table class="detail">
|
---|
344 | <tr class="list">
|
---|
345 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
346 | <td class="itemcode"><a name="MaxSize"></a><code>property <b>MaxSize</b>: Integer read FMaxSize write FMaxSize;</code></td>
|
---|
347 | </tr>
|
---|
348 | </table>
|
---|
349 | <p>
|
---|
350 | Maximum message size in bytes for SNMPv3. For sending is default 1472 bytes.</p>
|
---|
351 | <table class="detail">
|
---|
352 | <tr class="list">
|
---|
353 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
354 | <td class="itemcode"><a name="Flags"></a><code>property <b>Flags</b>: <a href="snmpsend.html#TV3Flags">TV3Flags</a> read FFlags write FFlags;</code></td>
|
---|
355 | </tr>
|
---|
356 | </table>
|
---|
357 | <p>
|
---|
358 | Specify if message is authorised or encrypted. Used only in SNMPv3.</p>
|
---|
359 | <table class="detail">
|
---|
360 | <tr class="list">
|
---|
361 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
362 | <td class="itemcode"><a name="FlagReportable"></a><code>property <b>FlagReportable</b>: Boolean read FFlagReportable write FFlagReportable;</code></td>
|
---|
363 | </tr>
|
---|
364 | </table>
|
---|
365 | <p>
|
---|
366 | For SNMPv3.... If is <code>True</code>, SNMP agent must send reply (at least with some error).</p>
|
---|
367 | <table class="detail">
|
---|
368 | <tr class="list">
|
---|
369 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
370 | <td class="itemcode"><a name="ContextEngineID"></a><code>property <b>ContextEngineID</b>: AnsiString read FContextEngineID write FContextEngineID;</code></td>
|
---|
371 | </tr>
|
---|
372 | </table>
|
---|
373 | <p>
|
---|
374 | For SNMPv3. If not specified, is used value from <a class="normal" href="snmpsend.TSNMPRec.html#AuthEngineID">AuthEngineID</a></p>
|
---|
375 | <table class="detail">
|
---|
376 | <tr class="list">
|
---|
377 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
378 | <td class="itemcode"><a name="ContextName"></a><code>property <b>ContextName</b>: AnsiString read FContextName write FContextName;</code></td>
|
---|
379 | </tr>
|
---|
380 | </table>
|
---|
381 | <p>
|
---|
382 | For SNMPv3.</p>
|
---|
383 | <table class="detail">
|
---|
384 | <tr class="list">
|
---|
385 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
386 | <td class="itemcode"><a name="AuthMode"></a><code>property <b>AuthMode</b>: <a href="snmpsend.html#TV3Auth">TV3Auth</a> read FAuthMode write FAuthMode;</code></td>
|
---|
387 | </tr>
|
---|
388 | </table>
|
---|
389 | <p>
|
---|
390 | For SNMPv3. Specify Authorization mode. (specify used hash for authorization)</p>
|
---|
391 | <table class="detail">
|
---|
392 | <tr class="list">
|
---|
393 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
394 | <td class="itemcode"><a name="PrivMode"></a><code>property <b>PrivMode</b>: <a href="snmpsend.html#TV3Priv">TV3Priv</a> read FPrivMode write FPrivMode;</code></td>
|
---|
395 | </tr>
|
---|
396 | </table>
|
---|
397 | <p>
|
---|
398 | For SNMPv3. Specify Privacy mode.</p>
|
---|
399 | <table class="detail">
|
---|
400 | <tr class="list">
|
---|
401 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
402 | <td class="itemcode"><a name="AuthEngineID"></a><code>property <b>AuthEngineID</b>: AnsiString read FAuthEngineID write FAuthEngineID;</code></td>
|
---|
403 | </tr>
|
---|
404 | </table>
|
---|
405 | <p>
|
---|
406 | value used by SNMPv3 authorisation for synchronization with SNMP agent.</p>
|
---|
407 | <table class="detail">
|
---|
408 | <tr class="list">
|
---|
409 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
410 | <td class="itemcode"><a name="AuthEngineBoots"></a><code>property <b>AuthEngineBoots</b>: Integer read FAuthEngineBoots write FAuthEngineBoots;</code></td>
|
---|
411 | </tr>
|
---|
412 | </table>
|
---|
413 | <p>
|
---|
414 | value used by SNMPv3 authorisation for synchronization with SNMP agent.</p>
|
---|
415 | <table class="detail">
|
---|
416 | <tr class="list">
|
---|
417 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
418 | <td class="itemcode"><a name="AuthEngineTime"></a><code>property <b>AuthEngineTime</b>: Integer read FAuthEngineTime write FAuthEngineTime;</code></td>
|
---|
419 | </tr>
|
---|
420 | </table>
|
---|
421 | <p>
|
---|
422 | value used by SNMPv3 authorisation for synchronization with SNMP agent.</p>
|
---|
423 | <table class="detail">
|
---|
424 | <tr class="list">
|
---|
425 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
426 | <td class="itemcode"><a name="AuthEngineTimeStamp"></a><code>property <b>AuthEngineTimeStamp</b>: Cardinal read FAuthEngineTimeStamp Write FAuthEngineTimeStamp;</code></td>
|
---|
427 | </tr>
|
---|
428 | </table>
|
---|
429 | <p>
|
---|
430 | value used by SNMPv3 authorisation for synchronization with SNMP agent.</p>
|
---|
431 | <table class="detail">
|
---|
432 | <tr class="list">
|
---|
433 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
434 | <td class="itemcode"><a name="UserName"></a><code>property <b>UserName</b>: AnsiString read FUserName write FUserName;</code></td>
|
---|
435 | </tr>
|
---|
436 | </table>
|
---|
437 | <p>
|
---|
438 | SNMPv3 authorization username</p>
|
---|
439 | <table class="detail">
|
---|
440 | <tr class="list">
|
---|
441 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
442 | <td class="itemcode"><a name="Password"></a><code>property <b>Password</b>: AnsiString read FPassword write FPassword;</code></td>
|
---|
443 | </tr>
|
---|
444 | </table>
|
---|
445 | <p>
|
---|
446 | SNMPv3 authorization password</p>
|
---|
447 | <table class="detail">
|
---|
448 | <tr class="list">
|
---|
449 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
450 | <td class="itemcode"><a name="AuthKey"></a><code>property <b>AuthKey</b>: AnsiString read FAuthKey write FAuthKey;</code></td>
|
---|
451 | </tr>
|
---|
452 | </table>
|
---|
453 | <p>
|
---|
454 | For SNMPv3. Computed Athorization key from <a class="normal" href="snmpsend.TSNMPRec.html#Password">Password</a>.</p>
|
---|
455 | <table class="detail">
|
---|
456 | <tr class="list">
|
---|
457 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
458 | <td class="itemcode"><a name="PrivPassword"></a><code>property <b>PrivPassword</b>: AnsiString read FPrivPassword write FPrivPassword;</code></td>
|
---|
459 | </tr>
|
---|
460 | </table>
|
---|
461 | <p>
|
---|
462 | SNMPv3 privacy password</p>
|
---|
463 | <table class="detail">
|
---|
464 | <tr class="list">
|
---|
465 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
466 | <td class="itemcode"><a name="PrivKey"></a><code>property <b>PrivKey</b>: AnsiString read FPrivKey write FPrivKey;</code></td>
|
---|
467 | </tr>
|
---|
468 | </table>
|
---|
469 | <p>
|
---|
470 | For SNMPv3. Computed Privacy key from <a class="normal" href="snmpsend.TSNMPRec.html#PrivPassword">PrivPassword</a>.</p>
|
---|
471 | <table class="detail">
|
---|
472 | <tr class="list">
|
---|
473 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
474 | <td class="itemcode"><a name="OldTrapEnterprise"></a><code>property <b>OldTrapEnterprise</b>: AnsiString read FOldTrapEnterprise write FOldTrapEnterprise;</code></td>
|
---|
475 | </tr>
|
---|
476 | </table>
|
---|
477 | <p>
|
---|
478 | MIB value to identify the object that sent the TRAPv1.</p>
|
---|
479 | <table class="detail">
|
---|
480 | <tr class="list">
|
---|
481 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
482 | <td class="itemcode"><a name="OldTrapHost"></a><code>property <b>OldTrapHost</b>: AnsiString read FOldTrapHost write FOldTrapHost;</code></td>
|
---|
483 | </tr>
|
---|
484 | </table>
|
---|
485 | <p>
|
---|
486 | Address of TRAPv1 sender (IP address).</p>
|
---|
487 | <table class="detail">
|
---|
488 | <tr class="list">
|
---|
489 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
490 | <td class="itemcode"><a name="OldTrapGen"></a><code>property <b>OldTrapGen</b>: Integer read FOldTrapGen write FOldTrapGen;</code></td>
|
---|
491 | </tr>
|
---|
492 | </table>
|
---|
493 | <p>
|
---|
494 | Generic TRAPv1 identification.</p>
|
---|
495 | <table class="detail">
|
---|
496 | <tr class="list">
|
---|
497 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
498 | <td class="itemcode"><a name="OldTrapSpec"></a><code>property <b>OldTrapSpec</b>: Integer read FOldTrapSpec write FOldTrapSpec;</code></td>
|
---|
499 | </tr>
|
---|
500 | </table>
|
---|
501 | <p>
|
---|
502 | Specific TRAPv1 identification.</p>
|
---|
503 | <table class="detail">
|
---|
504 | <tr class="list">
|
---|
505 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
506 | <td class="itemcode"><a name="OldTrapTimeTicks"></a><code>property <b>OldTrapTimeTicks</b>: Integer read FOldTrapTimeTicks write FOldTrapTimeTicks;</code></td>
|
---|
507 | </tr>
|
---|
508 | </table>
|
---|
509 | <p>
|
---|
510 | Number of 1/100th of seconds since last reboot or power up. (for TRAPv1)</p>
|
---|
511 | <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>
|
---|
512 | </span>
|
---|
513 | </body></html>
|
---|