summaryrefslogtreecommitdiff
path: root/man/netsnmp_netsnmp_column_info_t.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/netsnmp_netsnmp_column_info_t.3')
-rw-r--r--man/netsnmp_netsnmp_column_info_t.357
1 files changed, 57 insertions, 0 deletions
diff --git a/man/netsnmp_netsnmp_column_info_t.3 b/man/netsnmp_netsnmp_column_info_t.3
new file mode 100644
index 0000000..d9d81e2
--- /dev/null
+++ b/man/netsnmp_netsnmp_column_info_t.3
@@ -0,0 +1,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.