bool DedicatedOutExists ( RSIMotorDedicatedOut  bitNumber  ) 

Description:
DedicatedOutExists determine if a particular Dedicated output bit exists for a motor.
Parameters:
bitNumber A RSIMotorDedicatedOut value.
Returns:
(bool) True if bit exists for motor, false if not.
Sample Code:
  if(axis->DedicatedOutExists(RSIMotorDedicatedOutAMP_ENABLE) == true)
  {
    printf("Dedicated Out: Amp Enable exsists.\n");
  }