DeviceChannel.deviceFilterList Property

Module: DeviceChannel

Type: DeviceTypeList

Definition

A list filtering the types of devices this channel will interact with.

device_filter_list: DeviceTypeList

Exceptions

An error has occurred during Devices Library execution.
DeviceTypeList get deviceFilterList => getDeviceFilterList();

Exceptions

An error has occurred during Devices Library execution.
public DeviceTypeList deviceFilterList
{
    get => GetdeviceFilterList();
}

Exceptions

An error has occurred during Devices Library execution.
public DeviceTypeList getDeviceFilterList() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceChannel_GetDeviceFilterList (ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel, ID3_DEVICES_DEVICE_TYPE_LIST hDeviceFilterList)

Returns

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