|
FireSync API
|
Represents parameters for a light step extension.

Public Member Functions | |
| kSize | kLightSteps_Count (kLightSteps extension) |
| Gets the number of steps (state/count pairs) defined by this extension. More... | |
| kStatus | kLightSteps_CountInfo (kLightSteps extension, kInfoSize *info) |
| Reports constraint and validity information for the Count setting. More... | |
| kSize | kLightSteps_RepetitionCount (kLightSteps extension, kSize stepIndex) |
| Gets the repetition count associated with the specified step index. More... | |
| kStatus | kLightSteps_SetCount (kLightSteps extension, kSize count) |
| Sets the number of steps (state/count pairs) defined by this extension. More... | |
| kStatus | kLightSteps_SetRepetitionCount (kLightSteps extension, kSize stepIndex, kSize count) |
| Sets the repetition count associated with the specified step index. More... | |
| kStatus | kLightSteps_SetState (kLightSteps extension, kSize stepIndex, kSize stateIndex) |
| Sets the light state id (index) associated with the specified step index. More... | |
| kStatus | kLightSteps_SetStyle (kLightSteps extension, kLightStepsStyle style) |
| Sets the steps style. More... | |
| kSize | kLightSteps_State (kLightSteps extension, kSize stepIndex) |
| Gets the light state id (index) associated with the specified step index. More... | |
| kLightStepsStyle | kLightSteps_Style (kLightSteps extension) |
| Gets the steps style. More... | |
| kStatus | kLightSteps_StyleInfo (kLightSteps extension, kInfoBits *info) |
| Reports constraint and validity information for the Steps style setting. More... | |
Public Member Functions inherited from kLightExt | |
| kStatus | kLightExt_Enable (kLightExt extension, kBool enable) |
| Enables or disables the extension. More... | |
| kBool | kLightExt_IsEnabled (kLightExt extension) |
| Reports whether the extension is currently enabled. More... | |