setMinimumLength abstract method
- required String deviceId,
- required CodabarMinimumLength length,
Sets the minimum data length for Codabar symbology.
deviceId
- The identifier of the target device.
length
- The minimum data length to set.
Returns a CommandResponse indicating the success or failure of the command.
Implementation
Future<CommandResponse> setMinimumLength(
{required String deviceId, required CodabarMinimumLength length});