> ## 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.

# Método ILampArray::GetLampArrayKind

> Devuelve el valor LampArrayKind que identifica el tipo de dispositivo físico de un LampArray, como teclado, mouse, mando de juego o auriculares.

# ILampArray::GetLampArrayKind

Devuelve el tipo de dispositivo físico representado por el ILampArray.

## Sintaxis

```cpp theme={null}
LampArrayKind GetLampArrayKind(
)
```

### Parámetros

Este método no tiene parámetros.

### Valor devuelto

Tipo: [LampArrayKind](/reference/lighting/lamparray/enums/lamparraykind)

El tipo de dispositivo físico representado por el ILampArray.

## Requisitos

**Encabezado:** LampArray.h

**Biblioteca:** xgameplatform.lib

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

## Consulte también

[Información general de la API de iluminación](/build/core-features/common/lighting/gc-lighting-toc)\
[LampArrayKind](/reference/lighting/lamparray/enums/lamparraykind)\
[ILampArray](/reference/lighting/lamparray/interfaces/ilamparray/ilamparray)


## Related topics

- [Referencia de la enumeración LampArrayKind](/es/reference/lighting/lamparray/enums/lamparraykind.md)
- [Referencia de la interfaz ILampArray](/es/reference/lighting/lamparray/interfaces/ilamparray/ilamparray.md)
- [Método ILampArray::SupportsScanCodes](/es/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_supportsscancodes.md)
- [Método ILampArray::GetLampInfo](/es/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlampinfo.md)
- [Método ILampArray::GetLampCount](/es/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlampcount.md)
