Skip to main content

SignatureDevice

SignatureDevice represents a signature capture hardware device and its associated properties.

Summary

public final class SignatureDevice
Provides access to properties and metadata for a signature capture device.
Methods
name
driver
serialNumber
transport
type
flags

Methods

name()

Retrieves the device name.

public native String name()
Return Value
String — The name of the device.

driver()

Retrieves the driver name associated with the device.

public native String driver()
Return Value
String — The driver used by the device.

serialNumber()

Retrieves the device's serial number.

public native String serialNumber()
Return Value
String — The serial number of the device.

transport()

Retrieves the transport method used by the device (e.g., USB, Bluetooth).

public native String transport()
Return Value
String — The transport type of the device.

type()

Retrieves the type of the device.

public native Enums.DeviceType type()
Return Value
Enums.DeviceType — The type of the device.

flags()

Retrieves the flags associated with the device.

public native Enums.DeviceFlags flags()
Return Value
Enums.DeviceFlags — The device's flags.