DevicesIsValidDeviceTypeName Method

Confirms that the supplied device type string name is valid

Definition

Namespace: ASCOM.Common
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
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.

Version Information

.NET Standard

Supported in: 2.0

See Also