SignaturePad.deviceState Property

Module: SignaturePad

Type: DeviceState

Definition

Reflects the current state of the device, such as connected, disconnected, etc.

device_state: DeviceState

Exceptions

An error has occurred during Devices Library execution.
DeviceState get deviceState => getDeviceState();

Exceptions

An error has occurred during Devices Library execution.
public DeviceState deviceState
{
    get => GetdeviceState();
}

Exceptions

An error has occurred during Devices Library execution.
public DeviceState getDeviceState() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetDeviceState (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, id3DevicesDeviceState * eDeviceState)

Returns

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