8 #ifndef K_FIRESYNC_HX_NULL_NODE_H
9 #define K_FIRESYNC_HX_NULL_NODE_H
13 #include <kFireSync/Hardware/kHxNullNode.x.h>
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.