|
FireSync API
|
Abstract base class for light control extension parameters.
Note to implementers: kLightExt and its derived types are used in both client and server/hardware contexts. This approach reduces code duplication, but imposes some complexity/limitations on the implementation. Because these types can be used separately from the kFireSync/Client object hierarchy, it cannot be assumed that a sequence object has a reference to its client-side parent (kLight).

Public Member Functions | |
| 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... | |