bool DedicatedInGet ( RSIMotorDedicatedIn  bitNumber  ) 

Description:
DedicatedInGet reads the state of a digital input bit.
Parameters:
bitNumber A RSIMotorDedicatedIn value.
Returns:
(bool) State of the input.
Sample Code:
  if(axis->DedicatedInGet(RSIMotorDedicatedInINDEX) == true)
  {
    printf("Encoder Index is ON \n");
  }
See also:
DedicatedOutGet