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=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<TITLE>NWC24EnableLedNotification</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>NWC24EnableLedNotification</H1>
11
12<H2>C Specification</H2>
13<DL>
14<DD><PRE><CODE>#include &lt;revolution/nwc24.h&gt;</CODE></PRE>
15<DD><PRE><CODE><A HREF="../Types/NWC24Err.html">NWC24Err</A> NWC24EnableLedNotification( BOOL <EM>enable</EM> );</CODE></PRE>
16</DL>
17
18<H2>Description</H2>
19<P>
20Permits or prohibits LED slot illumination for incoming WiiConnect24 messages. If LED illumination is permitted using this function, the slot LED of the console will be illuminated when it receives a message that includes the LED illumination pattern in the same way as in the Wii Menu or standby mode. (The LED illumination pattern setting is configured in Wii messages using the <A href="../Message/NWC24SetMsgLedPattern.html"><CODE>NWC24SetMsgLedPattern</CODE></A> function.)
21</P>
22<P>
23By default, LED illumination is permitted. However, if the Wii console is configured to turn LED illumination off, the slot will not illuminate even if this function is used to permit illumination. The brightness of the illumination is also controlled by the console settings.
24</UL>
25</P>
26
27<H2>Arguments</H2>
28<TABLE border="1" cellpadding="3" cellspacing="0.1">
29  <TR>
30<TD width="120" bgcolor="#ffffe8"><code><em><strong>enable</strong></em></code></TD>
31    <TD width="520">
32Permission/prohibition of illumination (permitted if TRUE, prohibited if FALSE)
33    </TD>
34  </TR>
35</TABLE>
36
37<h2>Return Values</h2>
38<P>
39<code>NWC24_OK</code>: Ended normally.<BR> <code>NWC24_ERR_FATAL</code>: Internal fatal error.
40</P>
41
42<H2>See Also</H2>
43<P>
44<A href="../Message/NWC24SetMsgLedPattern.html"><CODE>NWC24SetMsgLedPattern</CODE></A>
45</P>
46
47<H2>Revision History</H2>
48<P>
492007/04/06 Change the default value from prohibit to permit LED illumination.<BR> 2007/01/29 Initial version.
50</P>
51
52<hr><p>CONFIDENTIAL</p></body>
53</HTML>