XFrontPanelLight

Enumerates front panel lights.

Syntax

enum class XFrontPanelLight : uint32_t  
{  
    None = 0x0,  
    Light1 = 0x1,  
    Light2 = 0x2,  
    Light3 = 0x4,  
    Light4 = 0x8,  
    Light5 = 0x10,  
}  

Constants

Constant Description
None No lights on.
Light1 Light 1 on.
Light2 Light 2 on.
Light3 Light 3 on.
Light4 Light 4 on.
Light5 Light 5 on.

Remarks

The front panel of the Xbox One X dev kit includes five lights that correspond to the five programmable buttons.

Front panel display of the Xbox One X

This enumeration is used in the XFrontPanelGetLightStates and XFrontPanelSetLightStates functions. You can combine values to address multiple lights simultaneously.

For more information, see Xbox One X: Using the front panel display (NDA topic)Autorizzazione obbligatoria.

Requirements

Header: xfrontpaneldisplay.h

Supported platforms: Xbox One family consoles and Xbox Series consoles

See also

XFrontPanelDisplay