SynqNetFailedNodeMaskGet gets the Failed Node mask if a SynqNet node has failed. The returned value is 32 bits, and each bit represents a SynqNet node.
Returns:
(long) Node mask of failed node.
Sample Code:
// -- C++ -- //
printf("The failed node mask is 0x%x\n", controller->SynqNetFailedNodeMaskGet());