1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
6<TITLE>AXART_RMT</TITLE>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META http-equiv="Content-Style-Type" content="text/css">
9</head>
10
11<BODY>
12
13<H1 align="left">AXART_RMT</H1>
14
15<H2>C Specification</H2>
16
17<DL>
18  <dd><pre><CODE>#include &lt;revolution.h&gt;
19#include &lt;revolution/axart.h&gt;</CODE></pre>
20  </dd>
21  <dd>
22  <PRE><CODE>typedef struct
23{
24    <A href="AXART_ART.html">AXART_ART</A>   art;
25
26    // runtime user parameters
27
28    u16         on;
29
30} AXART_RMT;</CODE></PRE>
31  </dd>
32</DL>
33
34<H2>Description</H2>
35
36<P><code>AXART_RMT</code> is an articulator that controls the on/off status of audio output to the Wii Remote speaker.</p>
37
38<TABLE border="1" cellpadding="3" cellspacing="0.1">
39  <TBODY>
40    <TR>
41<TD width="120" bgcolor="#cccccc"><EM><STRONG>Data Member</STRONG></EM></TD>
42<TD width="520" bgcolor="#cccccc"><EM><STRONG>Description</STRONG></EM></TD>
43    </TR>
44    <TR>
45<TD width="120"><FONT face="Courier New">AXART_ART art</FONT></TD>
46<TD width="520">AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD>
47    </TR>
48    <TR>
49      <TD width="120"><FONT face="Courier New">u16 on</FONT></TD>
50      <TD width="520">This flag represents output status to the Wii Remote speaker (1: On; 0: Off).</TD>
51    </TR>
52  </TBODY>
53</TABLE>
54
55<p>Applications must initialize this articulator by calling <A href="AXARTInitArtRmt.html"><code>AXARTInitArtRmt</code></A> before adding this articulator to the list using <A href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></A>.</P>
56
57<H2>See Also</H2>
58
59<p>
60<A href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></A>, <A href="AXARTInitArtRmt.html"><code>AXARTInitArtRmt</code></A>, <A href="AXART_ART.html"><code>AXART_ART</code></A>
61</P>
62
63<H2>Revision History</H2>
64
65<P>2006/10/23 Initial version.</P>
66
67<hr>
68<P>CONFIDENTIAL</p>
69</BODY>
70</HTML>
71