> ## 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 列挙型](/ja-jp/reference/lighting/lamparray/enums/lamparrayenumerationkind.md)
- [LampArrayKind 列挙型](/ja-jp/reference/lighting/lamparray/enums/lamparraykind.md)
- [LampPurposes 列挙型](/ja-jp/reference/lighting/lamparray/enums/lamppurposes.md)
- [LampArray](/ja-jp/reference/lighting/lamparray/lamparray_members.md)
- [LampArrayStatusCallback](/ja-jp/reference/lighting/lamparray/functions/lamparraystatuscallback.md)
