bool DigitalOutGet ( RSIMotorGeneralIo  bitNumber  ) 

Description:
DigitalOutGet returns the state of a digital output bit.
Parameters:
bitNumber A RSIMotorGeneralIo value.
Returns:
(bool) State of the input.
Sample Code:
  if(axis->DigitalOutGet(RSIMotorIoMask0) == true)
  {
    printf("Motor Bit 0 (Output) is ON \n");
  }
See also:
DigitalOutSet