IProfileRegisteredDeviceTypes Property
List the device types registered in the Profile store
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
ArrayList RegisteredDeviceTypes { get; }
ReadOnly Property RegisteredDeviceTypes As ArrayList
Get
property ArrayList^ RegisteredDeviceTypes {
ArrayList^ get ();
}
ArrayListList of registered device types
ArrayListAn ArrayList of device types
Use this to find which types of device are registered in the Profile store.