NWC24EnableLedNotification

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24EnableLedNotification( BOOL enable );

Description

Permits 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 NWC24SetMsgLedPattern function.)

By 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.

Arguments

enable Permission/prohibition of illumination (permitted if TRUE, prohibited if FALSE)

Return Values

NWC24_OK: Ended normally.
NWC24_ERR_FATAL: Internal fatal error.

See Also

NWC24SetMsgLedPattern

Revision History

2007/04/06 Change the default value from prohibit to permit LED illumination.
2007/01/29 Initial version.


CONFIDENTIAL