Wes Hardaker | f34c2fa | 2009-04-01 22:21:24 +0000 | [diff] [blame^] | 1 | .TH "table_row" 3 "1 Apr 2009" "Version 5.5.pre1" "net-snmp" \" -*- nroff -*- |
| 2 | .ad l |
| 3 | .nh |
| 4 | .SH NAME |
| 5 | table_row \- Helps you implement a table shared across two or more subagents, or otherwise split into individual row slices. |
| 6 | |
| 7 | .PP |
| 8 | .SS "Functions" |
| 9 | |
| 10 | .in +1c |
| 11 | .ti -1c |
| 12 | .RI "\fBnetsnmp_mib_handler\fP * \fBnetsnmp_table_row_handler_get\fP (void *row)" |
| 13 | .br |
| 14 | .RI "\fIreturns a netsnmp_mib_handler object for the table_container helper \fP" |
| 15 | .ti -1c |
| 16 | .RI "int \fBnetsnmp_table_row_register\fP (\fBnetsnmp_handler_registration\fP *reginfo, \fBnetsnmp_table_registration_info\fP *tabreg, void *row, \fBnetsnmp_variable_list\fP *index)" |
| 17 | .br |
| 18 | .ti -1c |
| 19 | .RI "void * \fBnetsnmp_table_row_extract\fP (\fBnetsnmp_request_info\fP *request)" |
| 20 | .br |
| 21 | .RI "\fIreturn the row data structure supplied to the table_row helper \fP" |
| 22 | .in -1c |
| 23 | .SH "Detailed Description" |
| 24 | .PP |
| 25 | Helps you implement a table shared across two or more subagents, or otherwise split into individual row slices. |
| 26 | .SH "Function Documentation" |
| 27 | .PP |
| 28 | .SS "void* netsnmp_table_row_extract (\fBnetsnmp_request_info\fP * request)" |
| 29 | .PP |
| 30 | return the row data structure supplied to the table_row helper |
| 31 | .PP |
| 32 | Definition at line 158 of file table_row.c. |
| 33 | .SS "\fBnetsnmp_mib_handler\fP* netsnmp_table_row_handler_get (void * row)" |
| 34 | .PP |
| 35 | returns a netsnmp_mib_handler object for the table_container helper |
| 36 | .PP |
| 37 | Definition at line 75 of file table_row.c. |
| 38 | .SH "Author" |
| 39 | .PP |
| 40 | Generated automatically by Doxygen for net-snmp from the source code. |