Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.