summaryrefslogtreecommitdiff
path: root/man/netsnmp_netsnmp_column_info_t.3
blob: d9d81e2c5d22968d106e760216d6efcc0eb030be (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
.TH "netsnmp_column_info_t" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
netsnmp_column_info_t \- 
.PP
column info struct.  

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

.in +1c
.ti -1c
.RI "char \fBisRange\fP"
.br
.ti -1c
.RI "char \fBlist_count\fP"
.br
.RI "\fIonly useful if isRange == 0 \fP"
.ti -1c
.RI "union {"
.br
.ti -1c
.RI "   unsigned int \fBrange\fP [2]"
.br
.ti -1c
.RI "   unsigned int * \fBlist\fP"
.br
.ti -1c
.RI "} \fBdetails\fP"
.br
.ti -1c
.RI "struct \fBnetsnmp_column_info_t\fP * \fBnext\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
column info struct. 

OVERLAPPING RANGES ARE NOT SUPPORTED. 
.PP
Definition at line 52 of file table.h.
.SH "Field Documentation"
.PP 
.SS "char \fBnetsnmp_column_info_t::list_count\fP"
.PP
only useful if isRange == 0 
.PP
Definition at line 55 of file table.h.

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