> ## 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" />

## 另请参阅

[光照 API 概览](/build/core-features/common/lighting/gc-lighting-toc)\
[LampArrayStatusCallback](/reference/lighting/lamparray/functions/lamparraystatuscallback)


## Related topics

- [LampArrayStatusCallback](/zh-CN/reference/lighting/lamparray/functions/lamparraystatuscallback.md)
- [LampArrayEnumerationKind 枚举](/zh-CN/reference/lighting/lamparray/enums/lamparrayenumerationkind.md)
- [RegisterLampArrayStatusCallback](/zh-CN/reference/lighting/lamparray/functions/registerlamparraystatuscallback.md)
- [LampArrayKind 枚举](/zh-CN/reference/lighting/lamparray/enums/lamparraykind.md)
- [LampPurposes 枚举](/zh-CN/reference/lighting/lamparray/enums/lamppurposes.md)
