|
FireSync API
|
Represents light control extension numeric type identifiers.

Public Member Functions | |
| kStatus | kLightExtension_Format (kLightExtension type, kChar *text, kSize capacity) |
| Formats a kLightExtension value to a string buffer. More... | |
| kLightExtension | kLightExtension_FromType (kType type) |
| Gets the extension id associated with an extension type. More... | |
| kType | kLightExtension_ToType (kLightExtension extension) |
| Gets the type information associated with a kLightExtension value. More... | |
| kStatus | kLightOverrideType_Format (kLightOverrideType type, kChar *text, kSize capacity) |
| Formats a kLightOverrideType value to a string buffer. More... | |
Related | |
| #define | kLIGHT_EXTENSION_NULL |
| Unknown light sequence type. | |
| #define | kLIGHT_EXTENSION_STEPS |
| Programmed state sequence. | |
| #define | kLIGHT_EXTENSION_OVERRIDE |
| Configuration override sequence. | |
| #define | kLIGHT_EXTENSION_OPTIONS |
| Bitset containing all valid kLightExtension options. | |