FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kHxNullNode.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_HX_NULL_NODE_H
9 #define K_FIRESYNC_HX_NULL_NODE_H
10 
11 #include <kFireSync/kNodeDef.h>
12 #include <kApi/Data/kString.h>
13 #include <kFireSync/Hardware/kHxNullNode.x.h>
14 
32 //typedef kObject kHxNullNode; --forward-declared in kFsDef.x.h
33 
45 kFsFx(kStatus) kHxNullNode_Construct(kHxNullNode* node, k32u nodeId, kHealth health, const kChar* storagePath, kAlloc allocator);
46 
58 
70 
82 
95 
96 #endif
kStatus kHxNullNode_AddNetInterfaceByName(kHxNullNode node, const kChar *name)
Creates an association between this node and a particular network adapter, specified by adapter name...
kStatus kHxNullNode_AddNetInterfaceByNetwork(kHxNullNode node, kIpAddress address)
Creates an association between this node and a particular network adapter, specified by adapter netwo...
Essential declarations related to FireSync nodes.
Base class for a health statistics collection service.
Provides a software-only backend for kSvNode.
kStatus kHxNullNode_AddNetInterfaceByAddress(kHxNullNode node, kIpAddress address)
Creates an association between this node and a particular network adapter, specified by adapter IP ad...
kStatus kHxNullNode_Construct(kHxNullNode *node, k32u nodeId, kHealth health, const kChar *storagePath, kAlloc allocator)
Constructs a kHxNullNode instance.
kStatus kHxNullNode_EnableGlobalLog(kHxNullNode node, kBool enable)
Enables this node to capture global log messages.