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
hDeviceInfoList
ID3_DEVICES_DEVICE_INFO_LISTout The output device list.
Returns