Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration of the possible states of a LampArray.
Syntax
enum class LampArrayStatus : uint32_t
{
None = 0x00000000,
Connected = 0x00000001,
Available = 0x00000002
};
Constants
| Constant | Description |
|---|---|
| None | The LampArray has no status. |
| Connected | The LampArray is connected to the system. |
| Available | The calling process has been granted control of lighting on the LampArray. |
Requirements
Header: Declared in LampArray.h.