| Current File : //usr/share/doc/net-snmp/html/group__table__row.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>net-snmp: table_row</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">net-snmp
 <span id="projectnumber">5.4.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">table_row</div> </div>
<div class="ingroups"><a class="el" href="group__table.html">table</a></div></div><!--header-->
<div class="contents">
<p>Helps you implement a table shared across two or more subagents, or otherwise split into individual row slices.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__handler.html#ga77f4225c0e0c1d549e634f58dba3de3d">netsnmp_mib_handler</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__table__row.html#ga704fb34b1de4fdf63ad8611d0282d6d0">netsnmp_table_row_handler_get</a> (void *row)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">returns a netsnmp_mib_handler object for the table_container helper <a href="#ga704fb34b1de4fdf63ad8611d0282d6d0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga3474985b344a4a9bad0c4971378558c3"></a><!-- doxytag: member="table_row::netsnmp_table_row_register" ref="ga3474985b344a4a9bad0c4971378558c3" args="(netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, void *row, netsnmp_variable_list *index)" -->
int </td><td class="memItemRight" valign="bottom"><b>netsnmp_table_row_register</b> (<a class="el" href="group__handler.html#gac475ff73806c2d76ebfc78a87d921b8b">netsnmp_handler_registration</a> *reginfo, <a class="el" href="structnetsnmp__table__registration__info__s.html">netsnmp_table_registration_info</a> *tabreg, void *row, <a class="el" href="structvariable__list.html">netsnmp_variable_list</a> *index)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__table__row.html#ga4b0927a8f27e7f2cb3d3c74a28176eb1">netsnmp_table_row_extract</a> (<a class="el" href="structnetsnmp__request__info__s.html">netsnmp_request_info</a> *request)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">return the row data structure supplied to the table_row helper <a href="#ga4b0927a8f27e7f2cb3d3c74a28176eb1"></a><br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>Helps you implement a table shared across two or more subagents, or otherwise split into individual row slices. </p>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ga4b0927a8f27e7f2cb3d3c74a28176eb1"></a><!-- doxytag: member="table_row.c::netsnmp_table_row_extract" ref="ga4b0927a8f27e7f2cb3d3c74a28176eb1" args="(netsnmp_request_info *request)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="group__table__row.html#ga4b0927a8f27e7f2cb3d3c74a28176eb1">netsnmp_table_row_extract</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="structnetsnmp__request__info__s.html">netsnmp_request_info</a> * </td>
<td class="paramname"><em>request</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>return the row data structure supplied to the table_row helper </p>
<p>Definition at line <a class="el" href="table__row_8c_source.html#l00159">159</a> of file <a class="el" href="table__row_8c_source.html">table_row.c</a>.</p>
</div>
</div>
<a class="anchor" id="ga704fb34b1de4fdf63ad8611d0282d6d0"></a><!-- doxytag: member="table_row.c::netsnmp_table_row_handler_get" ref="ga704fb34b1de4fdf63ad8611d0282d6d0" args="(void *row)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group__handler.html#ga77f4225c0e0c1d549e634f58dba3de3d">netsnmp_mib_handler</a>* <a class="el" href="group__table__row.html#ga704fb34b1de4fdf63ad8611d0282d6d0">netsnmp_table_row_handler_get</a> </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>row</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>returns a netsnmp_mib_handler object for the table_container helper </p>
<p>Definition at line <a class="el" href="table__row_8c_source.html#l00075">75</a> of file <a class="el" href="table__row_8c_source.html">table_row.c</a>.</p>
</div>
</div>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>