SignaturePad.isPreviouslyDisconnectedDevice Method¶
Module: SignaturePad
Definition¶
Checks if the specified device was previously disconnected.
is_previously_disconnected_device(self, device_id: int) -> bool
Parameters
device_idintin The ID of the device to check.
Returns
boolOutputs true if the device was previously disconnected.
Exceptions
An error has occurred during Devices Library execution.
bool isPreviouslyDisconnectedDevice(int deviceId)
Parameters
deviceIdintin The ID of the device to check.
Returns
boolOutputs true if the device was previously disconnected.
Exceptions
An error has occurred during Devices Library execution.
public bool IsPreviouslyDisconnectedDevice(int deviceId)
Parameters
deviceIdintin The ID of the device to check.
Returns
boolOutputs true if the device was previously disconnected.
Exceptions
An error has occurred during Devices Library execution.
public boolean isPreviouslyDisconnectedDevice(int deviceId) throws DevicesException
Parameters
deviceIdintin The ID of the device to check.
Returns
booleanOutputs true if the device was previously disconnected.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_IsPreviouslyDisconnectedDevice (
    ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
    int deviceId,
    bool * result)
Parameters
hSignaturePadID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.deviceIdintin The ID of the device to check.resultbool *out Outputs true if the device was previously disconnected.
Returns