setMinimumDataLength abstract method

Future<CommandResponse> setMinimumDataLength({
  1. required String deviceId,
  2. required DataLength dataLength,
})

Sets the minimum data length for Code 2 of 5 and S-Code symbologies.

deviceId - The identifier of the target device. dataLength - The DataLength enum value representing the minimum data length.

Returns a CommandResponse indicating the success or failure of the operation.

Implementation

Future<CommandResponse> setMinimumDataLength(
    {required String deviceId, required DataLength dataLength});