diff options
Diffstat (limited to 'static/netbsd/man4/irframe.4 4.html')
| -rw-r--r-- | static/netbsd/man4/irframe.4 4.html | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/static/netbsd/man4/irframe.4 4.html b/static/netbsd/man4/irframe.4 4.html deleted file mode 100644 index d75bae59..00000000 --- a/static/netbsd/man4/irframe.4 4.html +++ /dev/null @@ -1,74 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">IRFRAME(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">IRFRAME(4)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">irframe</code> — <span class="Nd">IrDA - frame level driver</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="Cd">irframe* at oboe?</code> - <br/> - <code class="Cd">irframe* at udsir?</code> - <br/> - <code class="Cd">irframe* at uirda?</code> - <br/> - <code class="Cd">irframe* at ustir?</code> - <br/> - <code class="Cd">pseudo-device irframetty</code></p> -<p class="Pp"> - <br/> - <code class="In">#include <<a class="In">dev/irdaio.h</a>></code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">irframe</code> driver provides support for - IrDA frame level transmission. It does not contain the IrDA protocol stack - per se, but the stack can be built on top of the - <code class="Nm">irframe</code> driver.</p> -<p class="Pp">Access to frames is via the <a class="Xr">read(2)</a> and - <a class="Xr">write(2)</a> system calls. Each write constitutes one frame, - and each read yields one frame. The <a class="Xr">poll(2)</a> system call - can be used to check for availability of frames. There are also a number of - <a class="Xr">ioctl(2)</a> calls to manipulate the device:</p> -<dl class="Bl-tag"> - <dt id="IRDA_RESET_PARAMS"><a class="permalink" href="#IRDA_RESET_PARAMS"><code class="Dv">IRDA_RESET_PARAMS</code></a></dt> - <dd>Reset the parameters set by <code class="Dv">IRDA_SET_PARAMS</code>.</dd> - <dt id="IRDA_SET_PARAMS"><a class="permalink" href="#IRDA_SET_PARAMS"><code class="Dv">IRDA_SET_PARAMS</code></a> - <var class="Fa">(struct irda_params)</var></dt> - <dd>Set the speed, extra beginning of frame bytes, and maximum frame - size.</dd> - <dt id="IRDA_GET_SPEEDMASK"><a class="permalink" href="#IRDA_GET_SPEEDMASK"><code class="Dv">IRDA_GET_SPEEDMASK</code></a> - <var class="Fa">(int)</var></dt> - <dd>Get the set of allowable speeds.</dd> - <dt id="IRDA_GET_TURNAROUNDMASK"><a class="permalink" href="#IRDA_GET_TURNAROUNDMASK"><code class="Dv">IRDA_GET_TURNAROUNDMASK</code></a> - <var class="Fa">(int)</var></dt> - <dd>Get the set of allowable turn around times.</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">cir(4)</a>, <a class="Xr">irframetty(4)</a>, - <a class="Xr">oboe(4)</a>, <a class="Xr">uirda(4)</a>, - <a class="Xr">ustir(4)</a></p> -<p class="Pp">comms/birda package</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">The <code class="Nm">irframe</code> driver appeared in - <span class="Ux">NetBSD 1.6</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">December 2, 2001</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
