setPositiveAndNegativeBarcodesMode

Sets the mode for reading positive and negative barcodes.

Return

A CommandResponse indicating the success or failure of the operation.

Parameters

deviceId

The identifier of the target device.

mode

The mode to set for barcode reading, specified by PositiveAndNegativeBarcodesMode.


Callback-based version of setPositiveAndNegativeBarcodesMode for Java interoperability.

Parameters

deviceId

The identifier of the target device.

mode

The mode to set for barcode reading, specified by PositiveAndNegativeBarcodesMode.

callback

Callback to receive the CommandResponse.