|
FireSync API
|
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.
| argc | Number of arguments in argv. |
| argv | Arguments; meaning is node-specific. |