setTransmitCD abstract method
Sets the transmission of the check digit for EAN-8 symbology.
deviceId
- The identifier of the target device.
enabled
- A boolean indicating whether to enable (true
) or disable (false
) the transmission of the check digit.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> setTransmitCD({
required String deviceId,
required bool enabled,
});