FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStartActionInfo.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_START_ACTION_INFO_H
9 #define K_FIRESYNC_START_ACTION_INFO_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
19 //typedef kObject kStartActionInfo; --forward-declared in kFsDef.x.h
20 
30 
40 kFsFx(kStatus) kStartActionInfo_Load(kStartActionInfo* info, kXml xml, kAlloc allocator);
41 
51 kFsFx(kStatus) kStartActionInfo_Store(kStartActionInfo info, kXml* xml, kAlloc allocator);
52 
62 kFsFx(kStatus) kStartActionInfo_Read(kStartActionInfo info, kXml xml, kXmlItem item);
63 
73 kFsFx(kStatus) kStartActionInfo_Write(kStartActionInfo info, kXml xml, kXmlItem item);
74 
83 
92 
102 
111 
112 #include <kFireSync/Actions/kStartActionInfo.x.h>
113 
114 #endif
kStatus kStartActionInfo_Construct(kStartActionInfo *info, kAlloc allocator)
Constructs a kStartActionInfo object.
kStatus kStartActionInfo_Write(kStartActionInfo info, kXml xml, kXmlItem item)
Writes kStartActionInfo state to a kXml object.
kStatus kStartActionInfo_Store(kStartActionInfo info, kXml *xml, kAlloc allocator)
Constructs a kXml object and uses it to store the content of this kStartActionInfo instance...
Essential declarations related to FireSync nodes.
Represents configuration for kStartAction.
kStatus kStartActionInfo_EnableStartAll(kStartActionInfo info, kBool startAll)
Determines whether this action will start the system or only the local node.
kStatus kStartActionInfo_Clear(kStartActionInfo info)
Resets all state variables to default values.
kStatus kStartActionInfo_Validate(kStartActionInfo info)
Checks and automatically corrects all state variables.
kBool kStartActionInfo_StartAll(kStartActionInfo info)
Reports whether this action will start the system or only the local node.
kStatus kStartActionInfo_Load(kStartActionInfo *info, kXml xml, kAlloc allocator)
Constructs a kStartActionInfo object and loads its content from an XML object.
kStatus kStartActionInfo_Read(kStartActionInfo info, kXml xml, kXmlItem item)
Reads kStartActionInfo state from a kXml object.