bool DedicatedOutGet ( RSIMotorDedicatedOut  bitNumber  ) 

Description:
DedicatedOutGet returns the state of a dedicated output bit.
Parameters:
bitNumber A RSIMotorDedicatedOut value.
Returns:
(bool) State of the input.
Sample Code:
  if(axis->DedicatedOutGet(RSIMotorDedicatedOutBRAKE_RELEASE) == true)
  {
    printf("Brake Release is ON \n");
  }
See also:
DedicatedInGet