Partager via


LampArrayStatus Enumeration

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.

See also

Lighting API Overview
LampArrayStatusCallback