DeviceManager.deviceModelList Property

Module: DeviceManager

Type: DeviceModelList

Definition

Provides a list of all loaded device models.

device_model_list: DeviceModelList

Exceptions

An error has occurred during Devices Library execution.
DeviceModelList get deviceModelList => getDeviceModelList();

Exceptions

An error has occurred during Devices Library execution.
public DeviceModelList deviceModelList
{
    get => GetdeviceModelList();
}

Exceptions

An error has occurred during Devices Library execution.
public static DeviceModelList getDeviceModelList() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_GetDeviceModelList (ID3_DEVICES_DEVICE_MODEL_LIST hDeviceModelList)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.