bool DedicatedInExists ( RSIMotorDedicatedIn  bitNumber  ) 

Description:
DedicatedInExists determine if a particular Dedicated input bit exists for a motor.
Parameters:
bitNumber A RSIMotorDedicatedIn value.
Returns:
(bool) True if bit exists for motor, false if not.
Sample Code:
  if(axis->DedicatedInExists(RSIMotorDedicatedIn::RSIMotorDedicatedInHOME) == true)
  {
    printf("Dedicated In: Home exsists.\n");
  }