SignaturePad.deviceInfo Property¶
Module: SignaturePad
Type: DeviceInfo
Definition¶
Fetches the device object.
device_info: DeviceInfo
Exceptions
An error has occurred during Devices Library execution.
DeviceInfo get deviceInfo => getDeviceInfo();
Exceptions
An error has occurred during Devices Library execution.
public DeviceInfo deviceInfo
{
get => GetdeviceInfo();
}
Exceptions
An error has occurred during Devices Library execution.
public DeviceInfo getDeviceInfo() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetDeviceInfo (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, ID3_DEVICES_DEVICE_INFO hDeviceInfo)
Returns