| 856 | } |
| 857 | |
| 858 | ByteArray Encode(const std::wstring& msg) |
| 859 | { |
| 860 | return Encode(msg, SymbolShape::NONE, -1, -1, -1, -1); |
| 861 | } |
| 862 | |
| 863 | /** |
| 864 | * Performs message encoding of a DataMatrix message using the algorithm described in annex P |
no test coverage detected