SignaturePad.deviceAddedCallback Property

Module: SignaturePad

Type: PlugAndPlayCallback

Definition

Callback invoked when a device is added to the channel.

device_added_callback: PlugAndPlayCallback

Exceptions

An error has occurred during Devices Library execution.
set deviceAddedCallback(PlugAndPlayCallback value) => setDeviceAddedCallback(value);

Exceptions

An error has occurred during Devices Library execution.
public PlugAndPlayCallback deviceAddedCallback
{
    set => SetdeviceAddedCallback(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public void setDeviceAddedCallback(PlugAndPlayCallback deviceAddedCallback) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_SetDeviceAddedCallback (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, id3DevicesPlugAndPlayCallback deviceAddedCallback, void * context)

Returns

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