ISwitchV2MaxSwitch Property |
The number of switch devices managed by this driver
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property MaxSwitch As Short
Get
property short MaxSwitch {
short get ();
}
Return Value
Type:
Int16The number of devices managed by this driver.
Remarks Must be implemented, must not throw a PropertyNotImplementedException
Devices are numbered from 0 to MaxSwitch - 1
See Also