ISwitchV3SetAsyncValue Method
Set a switch's value asynchronously
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SetAsyncValue(
short id,
double value
)
Sub SetAsyncValue (
id As Short,
value As Double
)
void SetAsyncValue(
short id,
double value
)
Parameters
- id Int16
- Switch number.
- value Double
- New double value.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ISwitchV3 | Platform 7.0 | Member added. |