SignaturePad.deviceId Property

Module: SignaturePad

Type: int

Definition

Identifier for the device associated with this channel, intended for internal or plugin use.

device_id: int

Exceptions

An error has occurred during Devices Library execution.
int get deviceId => getDeviceId();

Exceptions

An error has occurred during Devices Library execution.
public int deviceId
{
    get => GetdeviceId();
}

Exceptions

An error has occurred during Devices Library execution.
public int getDeviceId() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetDeviceId (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, int * deviceId)

Returns

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