FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kHxNode_ConstructPlatformInstance ( k32s  argc,
const kChar **  argv 
)

Constructs a hardware node object representing the underlying platform.

Sensor applications that instantiate a server node representing underlying platform hardware should typically load an assembly that implements a kHxNode-derived singleton object. If such an assembly has been loaded, this method can be used to construct the kHxNode-derived singleton. This kHxNode instance can then be accessed via the kHxNode_FindPlatformInstance method.

The node object created by this method does not need to be explicitly destroyed. It will be destroyed automatically when its assembly is disposed.

Parameters
argcNumber of arguments in argv.
argvArguments; meaning is node-specific.
Returns
Operation status.