DevicesIsValidDeviceTypeName Method

Confirms that the supplied device type string name is valid

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
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