DevicesHasAsyncSwitch Method
Returns if the device has a Platform 7 or later interface that supports asynchronous Switch methods
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public static bool HasAsyncSwitch(
int driverInterfaceVersion
)
Public Shared Function HasAsyncSwitch (
driverInterfaceVersion As Integer
) As Boolean
public:
static bool HasAsyncSwitch(
int driverInterfaceVersion
)
- driverInterfaceVersion Int32
- Interface version of this driver (Int16)
BooleanTrue if the switch supports asynchronous operations.