|
FireSync API
|
Represents configuration for kStartAction.

Public Member Functions | |
| kStatus | kStartActionInfo_Clear (kStartActionInfo info) |
| Resets all state variables to default values. More... | |
| kStatus | kStartActionInfo_Construct (kStartActionInfo *info, kAlloc allocator) |
| Constructs a kStartActionInfo object. More... | |
| kStatus | kStartActionInfo_EnableStartAll (kStartActionInfo info, kBool startAll) |
| Determines whether this action will start the system or only the local node. More... | |
| kStatus | kStartActionInfo_Load (kStartActionInfo *info, kXml xml, kAlloc allocator) |
| Constructs a kStartActionInfo object and loads its content from an XML object. More... | |
| kStatus | kStartActionInfo_Read (kStartActionInfo info, kXml xml, kXmlItem item) |
| Reads kStartActionInfo state from a kXml object. More... | |
| kBool | kStartActionInfo_StartAll (kStartActionInfo info) |
| Reports whether this action will start the system or only the local node. More... | |
| kStatus | kStartActionInfo_Store (kStartActionInfo info, kXml *xml, kAlloc allocator) |
| Constructs a kXml object and uses it to store the content of this kStartActionInfo instance. More... | |
| kStatus | kStartActionInfo_Validate (kStartActionInfo info) |
| Checks and automatically corrects all state variables. More... | |
| kStatus | kStartActionInfo_Write (kStartActionInfo info, kXml xml, kXmlItem item) |
| Writes kStartActionInfo state to a kXml object. More... | |