SignaturePad.addDeviceFilter Method¶
Module: SignaturePad
Definition¶
Adds a filter to specify the types of devices this channel should handle.
add_device_filter(self, type_filter: DeviceType) -> None
Parameters
type_filter
DeviceTypein The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
void addDeviceFilter(int typeFilter)
Parameters
typeFilter
intin The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
public void AddDeviceFilter(DeviceType typeFilter)
Parameters
typeFilter
DeviceTypein The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
public void addDeviceFilter(DeviceType typeFilter) throws DevicesException
Parameters
typeFilter
DeviceTypein The type of device to filter for this channel.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_AddDeviceFilter (
ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
id3DevicesDeviceType eTypeFilter)
Parameters
hSignaturePad
ID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.eTypeFilter
id3DevicesDeviceTypein The type of device to filter for this channel.
Returns