WPADDisconnect

C Specification

#include <revolution/wpad.h>

#define WPAD_CHAN0               0
#define WPAD_CHAN1               1
#define WPAD_CHAN2               2
#define WPAD_CHAN3               3

void WPADDisconnect( s32 chan );
  

Arguments

chan One of WPAD_CHANn values.

Return Values

None.

Description

Ends the connection for the Wii Remote of the specified channel.

See Also

WPAD Functions

Revision History

06/19/2006 Initial version.