> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XFrontPanelLight

> XFrontPanelLight

# XFrontPanelLight

Enumera las luces del panel frontal.

<a id="syntaxSection" />

## Sintaxis

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

<a id="constantsSection" />

## Constantes

| Constante | Descripción            |
| --------- | ---------------------- |
| None      | Ninguna luz encendida. |
| Light1    | Luz 1 encendida.       |
| Light2    | Luz 2 encendida.       |
| Light3    | Luz 3 encendida.       |
| Light4    | Luz 4 encendida.       |
| Light5    | Luz 5 encendida.       |

<a id="remarksSection" />

## Comentarios

El panel frontal del kit de desarrollo XBOX One X incluye cinco luces que corresponden a los cinco botones programables.

<img src="https://mintcdn.com/microsoft-4404708b/-_0FrcE2bDxzGxv-/images/gdk/reference/front_panel_display_small.png?fit=max&auto=format&n=-_0FrcE2bDxzGxv-&q=85&s=8c81bf256714cec6526e83a4cbac5538" alt="Pantalla del panel frontal del XBOX One X" width="704" height="362" data-path="images/gdk/reference/front_panel_display_small.png" />

Esta enumeración se usa en las funciones [XFrontPanelGetLightStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetlightstates) y [XFrontPanelSetLightStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetlightstates). Puede combinar valores para dirigirse a varias luces simultáneamente.

Para obtener más información, consulte [XBOX One X: Uso de la pantalla del panel frontal (tema NDA)](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/dev-kits/concepts/scorpio-frontpanel).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** xfrontpaneldisplay.h

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

<a id="seealsoSection" />

## Consulte también

[XFrontPanelDisplay](/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members)


## Related topics

- [XFrontPanelSetLightStates](/es/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetlightstates.md)
- [XFrontPanelGetLightStates](/es/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetlightstates.md)
- [XFrontPanelDisplay](/es/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members.md)
- [XFrontPanelIsSupported](/es/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported.md)
- [XFrontPanelButton](/es/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton.md)
