set Delete Key
Toggles the delete key feature for the scanner based on the enabled flag.
Return
A CommandResponse indicating the success or failure of the operation.
Parameters
device Id
The identifier of the target device.
enabled
A boolean indicating whether to enable or disable the delete key.
Callback-based version of setDeleteKey for Java interoperability.
Parameters
device Id
The identifier of the target device.
enabled
A boolean indicating whether to enable or disable the delete key.
callback
Callback to receive the CommandResponse.