getNodeType Syntax getNodeType() Details Return the type of the node. 0: data node 1: agent 2: controller 3: standalone mode 4: compute node Parameters None Returns An Integer scalar. Examples getNodeType(); // output: 2
Details Return the type of the node. 0: data node 1: agent 2: controller 3: standalone mode 4: compute node