DevicesHasConnectAndDeviceState(AscomDeviceTypes, Int32) Method
Returns if the device has a Platform 7 or later interface that supports Connect / Disconnect and DeviceState
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public static bool HasConnectAndDeviceState(
AscomDeviceTypes deviceType,
int driverInterfaceVersion
)
Public Shared Function HasConnectAndDeviceState (
deviceType As AscomDeviceTypes,
driverInterfaceVersion As Integer
) As Boolean
public:
static bool HasConnectAndDeviceState(
AscomDeviceTypes deviceType,
int driverInterfaceVersion
)
- deviceType AscomDeviceTypes
- Device type.
- driverInterfaceVersion Int32
- Interface version of this driver (Int16)
BooleanTrue if the feature is supported