Click or drag to resize

SwitchCanAsync Method

Flag indicating whether this switch can operate asynchronously.

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public bool CanAsync(
	short id
)

Parameters

id  Int16
Switch number.

Return Value

Boolean
True if the switch can operate asynchronously.

Implements

ISwitchV3CanAsync(Int16)
Remarks

This is a mandatory method and must not throw a MethodNotImplementedException.

See Also