FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kLightExt.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_LIGHT_EXT_H
9 #define K_FIRESYNC_LIGHT_EXT_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
24 //typedef kObject kLightExt; --forward-declared in kFsDef.x.h
25 
34 kFsFx(kStatus) kLightExt_Enable(kLightExt extension, kBool enable);
35 
43 kFsFx(kBool) kLightExt_IsEnabled(kLightExt extension);
44 
45 #include <kFireSync/Client/Light/Extensions/kLightExt.x.h>
46 
47 #endif
kBool kLightExt_IsEnabled(kLightExt extension)
Reports whether the extension is currently enabled.
Essential declarations related to FireSync nodes.
kStatus kLightExt_Enable(kLightExt extension, kBool enable)
Enables or disables the extension.
Abstract base class for light control extension parameters.