| IVideoInterfaceVersion Property |
The interface version number that this device supports. Should return 1 for this interface version.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntaxshort InterfaceVersion { get; }ReadOnly Property InterfaceVersion As Short
Get
property short InterfaceVersion {
short get ();
}Property Value
Type:
Int16
Exceptions| Exception | Condition |
|---|
| DriverException | Must throw an exception if the call was not successful. |
RemarksMust be implemented, must not throw an ASCOM.PropertyNotImplementedException.
See Also