ISwitchV3CanAsync Method
Flag indicating whether this switch can operate asynchronously.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
bool CanAsync(
short id
)
Function CanAsync (
id As Short
) As Boolean
bool CanAsync(
short id
)
- id Int16
- Switch number.
BooleanTrue if the switch can operate asynchronously.
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. |