summaryrefslogtreecommitdiff
path: root/man/netsnmp_netsnmp_table_registration_info_s.3
blob: fc7e913b1b94b7c1c2876111b48f4cfcb430196e (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.TH "netsnmp_table_registration_info_s" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
netsnmp_table_registration_info_s \- 
.PP
Table registration structure.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <table.h>\fP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "\fBnetsnmp_variable_list\fP * \fBindexes\fP"
.br
.RI "\fIlist of varbinds with only 'type' set \fP"
.ti -1c
.RI "unsigned int \fBnumber_indexes\fP"
.br
.RI "\fIcalculated automatically \fP"
.ti -1c
.RI "unsigned int \fBmin_column\fP"
.br
.RI "\fIthe minimum columns number. \fP"
.ti -1c
.RI "unsigned int \fBmax_column\fP"
.br
.RI "\fIthe maximum columns number \fP"
.ti -1c
.RI "\fBnetsnmp_column_info\fP * \fBvalid_columns\fP"
.br
.RI "\fImore details on columns \fP"
.in -1c
.SH "Detailed Description"
.PP 
Table registration structure. 
.PP
Definition at line 74 of file table.h.
.SH "Field Documentation"
.PP 
.SS "\fBnetsnmp_variable_list\fP* \fBnetsnmp_table_registration_info_s::indexes\fP"
.PP
list of varbinds with only 'type' set 
.PP
Definition at line 76 of file table.h.
.SS "unsigned int \fBnetsnmp_table_registration_info_s::max_column\fP"
.PP
the maximum columns number 
.PP
Definition at line 87 of file table.h.
.SS "unsigned int \fBnetsnmp_table_registration_info_s::min_column\fP"
.PP
the minimum columns number. If there are columns in-between which are not valid, use valid_columns to get automatic column range checking. 
.PP
Definition at line 85 of file table.h.
.SS "unsigned int \fBnetsnmp_table_registration_info_s::number_indexes\fP"
.PP
calculated automatically 
.PP
Definition at line 78 of file table.h.
.SS "\fBnetsnmp_column_info\fP* \fBnetsnmp_table_registration_info_s::valid_columns\fP"
.PP
more details on columns 
.PP
Definition at line 90 of file table.h.

.SH "Author"
.PP 
Generated automatically by Doxygen for net-snmp from the source code.