summaryrefslogtreecommitdiff
path: root/man/netsnmp_table_generic.3
blob: 641b1b0637383e955f454b64c9115ed221054162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.TH "generic_table_API" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
generic_table_API \- 
.PP
General requirements for a table helper.  

.SS "Modules"

.in +1c
.ti -1c
.RI "\fBtable_maintenance\fP"
.br
.PP

.RI "\fIRoutines for maintaining the contents of a table. \fP"
.ti -1c
.RI "\fBmib_maintenance\fP"
.br
.PP

.RI "\fIRoutines for maintaining a MIB table. \fP"
.ti -1c
.RI "\fBtable_rows\fP"
.br
.PP

.RI "\fIRoutines for working with the rows of a table. \fP"
.ti -1c
.RI "\fBtable_indexes\fP"
.br
.PP

.RI "\fIRoutines for working with row indexes. \fP"
.in -1c
.SH "Detailed Description"
.PP 
General requirements for a table helper. 

A given table helper need not implement the whole of this API, and may need to adjust the prototype of certain routines. But this description provides a suitable standard design framework. 
.SH "Author"
.PP 
Generated automatically by Doxygen for net-snmp from the source code.