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

# LampArrayStatus 열거형

> LampArrayStatus 열거형

# LampArrayStatus 열거형

LampArray의 가능한 상태를 나타내는 열거형입니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
enum class LampArrayStatus : uint32_t
{
    None            = 0x00000000,
    Connected       = 0x00000001,
    Available       = 0x00000002
};
```

<a id="constantsSection" />

## 상수

| 상수        | 설명                                     |
| --------- | -------------------------------------- |
| None      | LampArray에 상태가 없습니다.                   |
| Connected | LampArray가 시스템에 연결되어 있습니다.             |
| Available | 호출 프로세스에 LampArray의 조명 제어 권한이 부여되었습니다. |

<a id="remarksSection" />

<a id="requirementsSection" />

## 요구 사항

**헤더:** LampArray.h에 선언되어 있습니다.

<a id="seealsoSection" />

## 함께 보기

[Lighting API 개요](/build/core-features/common/lighting/gc-lighting-toc)\
[LampArrayStatusCallback](/reference/lighting/lamparray/functions/lamparraystatuscallback)


## Related topics

- [LampArrayEnumerationKind 열거형](/ko/reference/lighting/lamparray/enums/lamparrayenumerationkind.md)
- [LampArrayKind 열거형](/ko/reference/lighting/lamparray/enums/lamparraykind.md)
- [LampPurposes 열거형](/ko/reference/lighting/lamparray/enums/lamppurposes.md)
- [LampArray](/ko/reference/lighting/lamparray/lamparray_members.md)
- [LampArrayStatusCallback](/ko/reference/lighting/lamparray/functions/lamparraystatuscallback.md)
