SCSetWpadSensorBarPosition

C Specification

#include <revolution/sc.h>

#define SC_WPAD_SENSOR_BAR_POSITION_LOWER   0u
#define SC_WPAD_SENSOR_BAR_POSITION_UPPER   1u

BOOL SCSetWpadSensorBarPosition(u8 position);

Arguments

position One of the SC_WPAD_SENSOR_BAR_POSITION_* values.

Return Values

Returns TRUE if the setting change succeeds. Returns FALSE if it fails.

Description

This function is reserved for another library to be provided in future. Do not call this directly from the application at present.

This function modifies the sensor bar's position settings.

See Also

SCGetWpadSensorBarPosition

Revision History

08/15/2006 Initial version.


CONFIDENTIAL