Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.