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 
13 kBeginHeader()
14 
15 
26 //typedef kObject kLightExt; --forward-declared in kFsDef.x.h
27 
28 
36 kFsFx(kStatus) kLightExt_Enable(kLightExt extension, kBool enable);
37 
45 kFsFx(kBool) kLightExt_IsEnabled(kLightExt extension);
46 
47 kEndHeader()
48 
49 #include <kFireSync/Client/Light/Extensions/kLightExt.x.h>
50 
51 #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.