Code93
interface Code93
Interface representing settings for Code 93 symbology.
This interface provides methods to enable or disable check digit validation, and concatenation for Code 93 symbology.
Functions
Link copied to clipboard
Sets the check digit validation for Code 93 symbology.
abstract fun setCheckCD(deviceId: String, enabled: Boolean, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setCheckCD for Java interoperability.
Link copied to clipboard
Sets the concatenation mode for Code 93 symbology.
abstract fun setConcatenation(deviceId: String, enabled: Boolean, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setConcatenation for Java interoperability.