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 TSNMPMib</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="TSNMPMib"></a><h1 class="cio">Class TSNMPMib</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>Methods</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 TSNMPMib = class(TObject)</code></p>
|
---|
20 | <h2 class="description">Description</h2>
|
---|
21 | <p>
|
---|
22 | Data object with one record of MIB OID and corresponding values.</p>
|
---|
23 | <a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
|
---|
24 | <ul class="hierarchy"><li class="ancestor">TObject</li>
|
---|
25 | <li class="thisitem">TSNMPMib</li></ul><h2 class="overview">Overview</h2>
|
---|
26 | <a name="@Properties"></a><h3 class="summary">Properties</h3>
|
---|
27 | <table class="summary">
|
---|
28 | <tr class="list">
|
---|
29 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
30 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPMib.html#OID">OID</a></b>: AnsiString read FOID write FOID;</code></td>
|
---|
31 | </tr>
|
---|
32 | <tr class="list2">
|
---|
33 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
34 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPMib.html#Value">Value</a></b>: AnsiString read FValue write FValue;</code></td>
|
---|
35 | </tr>
|
---|
36 | <tr class="list">
|
---|
37 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
38 | <td class="itemcode"><code>property <b><a href="snmpsend.TSNMPMib.html#ValueType">ValueType</a></b>: Integer read FValueType write FValueType;</code></td>
|
---|
39 | </tr>
|
---|
40 | </table>
|
---|
41 | <h2 class="description">Description</h2>
|
---|
42 | <h3 class="detail">Properties</h3>
|
---|
43 | <table class="detail">
|
---|
44 | <tr class="list">
|
---|
45 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
46 | <td class="itemcode"><a name="OID"></a><code>property <b>OID</b>: AnsiString read FOID write FOID;</code></td>
|
---|
47 | </tr>
|
---|
48 | </table>
|
---|
49 | <p>
|
---|
50 | OID number in string format.</p>
|
---|
51 | <table class="detail">
|
---|
52 | <tr class="list">
|
---|
53 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
54 | <td class="itemcode"><a name="Value"></a><code>property <b>Value</b>: AnsiString read FValue write FValue;</code></td>
|
---|
55 | </tr>
|
---|
56 | </table>
|
---|
57 | <p>
|
---|
58 | Value of OID object in string format.</p>
|
---|
59 | <table class="detail">
|
---|
60 | <tr class="list">
|
---|
61 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
62 | <td class="itemcode"><a name="ValueType"></a><code>property <b>ValueType</b>: Integer read FValueType write FValueType;</code></td>
|
---|
63 | </tr>
|
---|
64 | </table>
|
---|
65 | <p>
|
---|
66 | Define type of Value. Supported values are defined in <a class="normal" href="asn1util.html">asn1util</a>. For queries use ASN1_NULL, becouse you don't know type in response!</p>
|
---|
67 | <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>
|
---|
68 | </span>
|
---|
69 | </body></html>
|
---|