ISwitchV3StateChangeComplete Method
Completion variable for asynchronous switch state change operations.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
bool StateChangeComplete(
short id
)
Function StateChangeComplete (
id As Short
) As Boolean
bool StateChangeComplete(
short id
)
- id Int16
- Switch number.
BooleanFalse while an asynchronous operation is underway and true when it has completed.
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. |