ISwitchV2MinSwitchValue Method |
Namespace: ASCOM.DeviceInterface
| Exception | Condition |
|---|---|
| InvalidValueException | If id is outside the range 0 to MaxSwitch - 1 |
| NotConnectedException | If the device is not connected |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
Must be implemented, must not throw a MethodNotImplementedException.
If a two state device cannot report its state, MinSwitchValue(Int16) must return the value 0.0.
Devices are numbered from 0 to MaxSwitch - 1.
This is a Version 2 method.