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 name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>WPADGetRadioSensitivity</title> 10</head> 11 12<body> 13 14<h1>WPADGetRadioSensitivity</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/wpad.h> 19 20#define WPAD_CHAN0 0 21#define WPAD_CHAN1 1 22#define WPAD_CHAN2 2 23#define WPAD_CHAN3 3 24 25u8 WPADGetRadioSensitivity( s32 chan ); 26</pre></dd></dl> 27 28<h2>Arguments</h2> 29<TABLE class="arguments" border="1" > 30 <tr> 31<TH>chan</TH> 32<TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD> 33 </tr> 34</table> 35 36<h2>Return Values</h2> 37<p>Gets the radio sensitivity (in percent) from the Wii Remote.</p> 38 39<H2>Description</H2> 40<p> 41Gets the radio sensitivity of the Wii Remote on the specified channel. The radio sensitivity is calculated from the number of data frames obtained within a set period as a percent value. 42</p> 43 44<h2>See Also</h2> 45<p> 46None. 47</p> 48 49<H2>Revision History</H2> 50<P> 512006/08/15 Initial version.<br> 52</P> 53 54<hr><p>CONFIDENTIAL</p></body> 55</html>