FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kAxEnviron.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_AX_ENVIRON_H
9 #define K_FIRESYNC_AX_ENVIRON_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
18 //typedef kObject kAxEnviron; --forward-declared in kFsDef.x.h
19 
27 kFsFx(kNode) kAxEnviron_Node(kAxEnviron actionEnviron);
28 
36 kFsFx(kObject) kAxEnviron_System(kAxEnviron actionEnviron);
37 
38 #include <kFireSync/Action/kAxEnviron.x.h>
39 
40 #endif
kObject kAxEnviron_System(kAxEnviron actionEnviron)
Gets a reference to a kSystem object representing the collection of discovered nodes.
kNode kAxEnviron_Node(kAxEnviron actionEnviron)
Gets a reference to a kNode object representing the local node.
Essential declarations related to FireSync nodes.
Represents a FireSync node (sensor).
Represents an object that provides external services to an activity object.