8 #ifndef K_FIRESYNC_START_ACTION_INFO_H
9 #define K_FIRESYNC_START_ACTION_INFO_H
112 #include <kFireSync/Actions/kStartActionInfo.x.h>
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.