-
Notifications
You must be signed in to change notification settings - Fork 0
/
API-iio-buffer-get.html
7 lines (7 loc) · 2.71 KB
/
API-iio-buffer-get.html
1
2
3
4
5
6
7
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>iio_buffer_get</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Industrial I/O driver developer's guide"><link rel="up" href="iiobuffer.html" title="Industrial I/O buffers"><link rel="prev" href="API-iio-validate-scan-mask-onehot.html" title="iio_validate_scan_mask_onehot"><link rel="next" href="API-iio-buffer-put.html" title="iio_buffer_put"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">iio_buffer_get</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-iio-validate-scan-mask-onehot.html">Prev</a> </td><th width="60%" align="center"> Industrial I/O buffers </th><td width="20%" align="right"> <a accesskey="n" href="API-iio-buffer-put.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-iio-buffer-get"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>iio_buffer_get —
Grab a reference to the buffer
</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">struct iio_buffer * <b class="fsfunc">iio_buffer_get </b>(</code></td><td>struct iio_buffer * <var class="pdparam">buffer</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp55841760"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>buffer</code></em></span></dt><dd><p>
The buffer to grab a reference for, may be NULL
</p></dd></dl></div></div><div class="refsect1"><a name="idp55844896"></a><h2>Description</h2><p>
Returns the pointer to the buffer that was passed into the function.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-iio-validate-scan-mask-onehot.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="iiobuffer.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-iio-buffer-put.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">iio_validate_scan_mask_onehot</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">iio_buffer_put</span></td></tr></table></div></body></html>