| IFocuserV2InterfaceVersion Property | 
Namespace: ASCOM.DeviceInterface
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| DriverException | Must throw an exception if the call was not successful | 
 Remarks
RemarksMust be implemented
Clients can detect legacy V1 drivers by trying to read ths property. If the driver raises an error, it is a V1 driver. V1 did not specify this property. A driver may also return a value of 1. In other words, a raised error or a return value of 1 indicates that the driver is a V1 driver. See Also
See Also