GX_GetPower


C Specification

#include <nitro/gx/gx.h>
GXPower GX_GetPower(void);

Description

This function acquires the status of each type of power control. For information on the GXPower format, see GX_SetPower.

Arguments

None

Return Values

Status of each type of power control.

See Also

GX_SetPower

Revision History

01/19/2004 Initial Version