netsnmp_netsnmp_column_info_t.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:
SNMP编程
开发平台:
Unix_Linux
- .TH "netsnmp_column_info_t" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- netsnmp_column_info_t - column info struct.
- .PP
- .SH SYNOPSIS
- .br
- .PP
- fC#include <table.h>fP
- .PP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "char fBisRangefP"
- .br
- .ti -1c
- .RI "char fBlist_countfP"
- .br
- .RI "fIonly useful if isRange == 0 fP"
- .ti -1c
- .RI "union {"
- .br
- .ti -1c
- .RI " unsigned int fBrangefP [2]"
- .br
- .ti -1c
- .RI " unsigned int * fBlistfP"
- .br
- .ti -1c
- .RI "} fBdetailsfP"
- .br
- .ti -1c
- .RI "fBnetsnmp_column_info_tfP * fBnextfP"
- .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_countfP"
- .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.