bool StatusBitGet ( RSIEventType  bitMask  ) 

Description:
NodeStatusBitGet returns the state of an SqNode status bit.
Parameters:
bitMask A RSIEventType value (starting with RSIEventTypeSQNODE).
Returns:
(bool) State of specified status bit.
Sample Code:
  if (axis->NodeStatusBitGet(RSIEventTypeSQNODE_IO_ABORT) == true)
   {
    printf("Node I/O Abort event occured\n");
  }
See also:
RSIEventType, specifically RSIEventTypeSQNODE*.*