DeviceManager.getDeviceInfoList Method

Module: DeviceManager

Definition

Retrieves a list of all devices managed by the system.

get_device_info_list() -> DeviceInfoList

Returns

The output device list.

Exceptions

An error has occurred during Devices Library execution.
static DeviceInfoList getDeviceInfoList()

Returns

The output device list.

Exceptions

An error has occurred during Devices Library execution.
public static DeviceInfoList GetDeviceInfoList()

Returns

The output device list.

Exceptions

An error has occurred during Devices Library execution.
public static DeviceInfoList getDeviceInfoList() throws DevicesException

Returns

The output device list.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_GetDeviceInfoList (
    ID3_DEVICES_DEVICE_INFO_LIST hDeviceInfoList)

Parameters

out The output device list.

Returns

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