DeviceManager.deviceChannelList Property¶
Module: DeviceManager
Type: DeviceChannelList
Definition¶
Maintains a list of all device channels currently in use.
device_channel_list: DeviceChannelList
Exceptions
An error has occurred during Devices Library execution.
DeviceChannelList get deviceChannelList => getDeviceChannelList();
Exceptions
An error has occurred during Devices Library execution.
public DeviceChannelList deviceChannelList
{
get => GetdeviceChannelList();
}
Exceptions
An error has occurred during Devices Library execution.
public static DeviceChannelList getDeviceChannelList() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_GetDeviceChannelList (ID3_DEVICES_DEVICE_CHANNEL_LIST hDeviceChannelList)
Returns