1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3
4<HEAD>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9
10<TITLE>SCGetWpadMotorMode</TITLE>
11
12</HEAD>
13
14<BODY>
15
16
17<H1><S>SCGetWpadSpeakerVolume</S> (No Longer Disclosed)</H1>
18
19<H2>Syntax</H2>
20<dl><dd><pre class="construction">
21#include &lt;revolution/sc.h&gt;
22
23#define SC_WPAD_MOTOR_MODE_OFF        0u
24#define SC_WPAD_MOTOR_MODE_ON         1u
25
26u8 SCGetWpadMotorMode(void);
27</pre></dd></dl>
28
29
30<H2>Arguments</H2>
31<P>None.</P>
32
33<H2>Return Values</H2>
34<p>One of the <code>SC_WPAD_MOTOR_MODE_*</code> values.</p>
35
36<H2>Description</H2>
37<P>This function is called from the WPAD library. Do not call this function directly from the application. (Have your application call <a href="../wpad/WPADIsMotorEnabled.html"><code>WPADIsMotorEnabled()</code></a> instead.))</P>
38
39<P>References the Wii Remote vibration settings.</P>
40
41<TABLE class="arguments" border="1" >
42  <TBODY>
43    <TR>
44<TD width="30%" valign="middle" bgcolor="#C0C0C0"><STRONG>Return Values</STRONG></TD>
45<TD width="*" valign="middle" bgcolor="#C0C0C0"><STRONG>Vibration</STRONG></TD>
46    </TR>
47    <TR>
48<TH>SC_WPAD_MOTOR_MODE_OFF</TH>
49<TD>Blocked</TD>
50    </TR>
51    <TR>
52<TH>SC_WPAD_MOTOR_MODE_ON</TH>
53<TD>Allowed</TD>
54    </TR>
55  </TBODY>
56</TABLE>
57
58<p>You can reference and change the setting from the <a href="../tools/devkitmenu.html">NDEV System Menu</a>.</p>
59
60<H2>See Also</H2>
61<P class="reference">
62<a href="../wpad/WPADIsMotorEnabled.html">WPADIsMotorEnabled</a>,
63<A href="SCSetWpadMotorMode.html">SCSetWpadMotorMode</A>,
64<a href="../tools/devkitmenu.html">NDEV System Menu</a>
65</P>
66
67<H2>Revision History</H2>
68<P>
692006/10/25 Disclosure ended.<br>2006/09/06 Revised explanation.<br>2006/08/15 Initial version.<br>
70</P>
71
72<hr><p>CONFIDENTIAL</p></body>
73</HTML>
74