ISwitchV3SetSwitchValue Method
Set the value for this device as a double.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SetSwitchValue(
short id,
double value
)
Sub SetSwitchValue (
id As Short,
value As Double
)
void SetSwitchValue(
short id,
double value
)
Parameters
- id Int16
- The device number (0 to MaxSwitch - 1)
- value Double
- The value to be set, between MinSwitchValue(Int16) and MaxSwitchValue(Int16)
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ISwitchV2 | Platform 6.1 | Member added. |