setMinLength3Digits abstract method

Future<CommandResponse> setMinLength3Digits(
  1. String deviceId
)

Sets the minimum length for Code 39 symbology to 3 digits.

deviceId - The identifier of the target device.

Implementation

Future<CommandResponse> setMinLength3Digits(String deviceId);