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 
13 kBeginHeader()
14 
15 
20 //typedef kObject kAxEnviron; --forward-declared in kFsDef.x.h
21 
22 
29 kFsFx(kNode) kAxEnviron_Node(kAxEnviron actionEnviron);
30 
38 kFsFx(kObject) kAxEnviron_System(kAxEnviron actionEnviron);
39 
40 kEndHeader()
41 
42 #include <kFireSync/Action/kAxEnviron.x.h>
43 
44 #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.