Skip to main content

encodeHighLevelSIL

Function encodeHighLevelSIL 

Source
pub fn encodeHighLevelSIL(
    msg: &str,
    symbol_lookup: Option<SymbolInfoLookup<'_>>,
) -> Result<String>
Expand description

Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).

@param msg the message @return the encoded message (the char values range from 0 to 255)