setMinLength1Digit abstract method

Future<CommandResponse> setMinLength1Digit(
  1. String deviceId
)

Sets the minimum length for Code 39 symbology to 1 digit.

deviceId - The identifier of the target device.

Implementation

Future<CommandResponse> setMinLength1Digit(String deviceId);