IProfileRegisteredDeviceTypes Property

List the device types registered in the Profile store

Definition

Namespace: ASCOM.Utilities.Interfaces
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
ArrayList RegisteredDeviceTypes { get; }

Property Value

ArrayList
List of registered device types

Return Value

ArrayList
An ArrayList of device types

Remarks

Use this to find which types of device are registered in the Profile store.

See Also