DevicesDeviceTypeNames Method |
Returns a list of valid ASCOM device type names
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic static List<string> DeviceTypeNames()
Public Shared Function DeviceTypeNames As List(Of String)
public:
static List<String^>^ DeviceTypeNames()
Return Value
ListStringString list of ASCOM device types.
See Also