1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=utf-8"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<title>KPADDisableMpls</title> 8</head> 9 10<body> 11 12<h1>KPADDisableMpls</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <revolution/kpad.h> 17 18void KPADDisableMpls( s32 chan ); 19</pre></dd></dl> 20 21<h2>Arguments</h2> 22<TABLE class="arguments" border="1" > 23 <TBODY> 24 <TR> 25 <TH>chan</TH> 26 <TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD> 27 </TR> 28 </TBODY> 29</TABLE> 30 31<h2>Return Values</h2> 32<p> 33None. 34</p> 35 36<H2>Description</H2> 37<p> 38Calling this function changes the operational mode of the Wii MotionPlus to Bypass mode. The library attempts to issue an operational mode change request if the Wii MotionPlus operational mode is other than Bypass mode when data is received from the Wii Remote. If issuing the request fails, the system tries again the next time data is received. 39</p> 40<p> 41The library attempts to issue this request while it is checking the mode of the Wii MotionPlus, so do not call <a href="../wpad/WPADControlMpls.html"><code>WPADControlMpls</code></a> directly. 42</p> 43 44<h2>See Also</h2> 45<p class="reference"> 46<a href="./KPADEnableMpls.html"><CODE>KPADEnableMpls</CODE></a><BR> <a href="../wpad/WPADControlMpls.html"><CODE>WPADControlMpls</CODE></a> 47</p> 48 49<H2>Revision History</H2> 50<p> 512008/12/04 Deleted a description of the <code>KPADSetConfig</code> function.<BR> 2008/07/22 Initial version. 52</p> 53 54<hr><p>CONFIDENTIAL</p></body> 55</html> 56