Click or drag to resize

DevicesIsValidDeviceTypeName Method

Confirms that the supplied device type string name is valid

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public static bool IsValidDeviceTypeName(
	string deviceTypeName
)

Parameters

deviceTypeName  String
Device type name as a string

Return Value

Boolean
True if the supplied name is a valid ASCOM device type, otherwise returns false.
See Also