setMinimumDataLength abstract method
- required String deviceId,
- 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});