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>Syntax</H2>
16<dl><dd><pre class="construction">
17#include &lt;revolution.h&gt;
18#include &lt;revolution/axart.h&gt;
19
20typedef struct
21{
22    AXART_ART   art;
23
24    // runtime user parameters
25
26    u16         on;
27
28} AXART_RMT;
29</pre></dd></dl>
30
31<h2>Elements</h2>
32<TABLE class="arguments" border="1" >
33  <TR>
34<TH>art</TH>
35<TD>AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD>
36  </TR>
37  <TR>
38<TH>on</TH>
39<TD>This flag represents output status to the Wii Remote speaker (1: On; 0: Off).</TD>
40  </TR>
41</TABLE>
42
43<H2>Description</H2>
44<P>The <code>AXART_RMT</code> structure is an articulator that controls the On/Off status of audio output to the Wii Remote speaker.</p>
45
46<p>Applications must initialize this articulator by calling the <code>AXARTInitArtRmt</code> function before adding this articulator to the list using the <code>AXARTAddArticulator</code> function.</P>
47
48<H2>See Also</H2>
49<p class="reference">
50<A href="AXARTAddArticulator.html">AXARTAddArticulator</A>, <A href="AXARTInitArtRmt.html">AXARTInitArtRmt</A>, <A href="AXART_ART.html">AXART_ART</A>
51</P>
52
53<H2>Revision History</H2>
54<P>
552006/10/23 Initial version.<BR>
56</P>
57
58<hr><p>CONFIDENTIAL</p></body>
59</HTML>
60