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<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<TITLE>WPADGetAutoSleepTimeCount</TITLE>
9</HEAD>
10<BODY>
11
12<H1>WPADGetAutoSleepTimeCount</H1>
13
14<H2>Syntax</H2>
15<dl><dd><pre class="construction">
16#include &lt;revolution/wpad.h&gt;
17
18u32 WPADGetAutoSleepTimeCount( 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>The timer (in units of milliseconds) maintained in the library for the automatic disconnection process.</P>
33
34<H2>Description</H2>
35<p>
36Gets the timer maintained in the library for use in the Wii Remote's automatic disconnection process.
37</p>
38
39<H2>See Also</H2>
40<p>
41None.
42</p>
43
44<H2>Revision History</H2>
45<p>
462010/01/05 Initial version.
47</p>
48
49<hr><p>CONFIDENTIAL</p></body>
50</HTML>