UnionInternationalCheminsdeFer / UIC-barcode

implementation of the FCB barcode (IRS 90918-9)
Other
25 stars 7 forks source link

Dynamic Level Encoding Part missing in Code #76

Closed apfelsine1 closed 8 months ago

apfelsine1 commented 8 months ago

In the wiki it is said that for Dynamic Encoding Level 1 & 2 to use something like

   Encoder encoder = new Encoder(ticket, layout, Encoder.UIC_BARCODE_TYPE_DYNAMIC, <frame version>, <FCB version>);

Encoder.UIC_BARCODE_TYPE_DYNAMIC does not exist.

How would the dynamic encoding for UIC 918-9 work here?

CGantert345 commented 8 months ago

The wiki showed a wrong variable, it should be Encoder.UIC_BARCODE_TYPE_DOSIPAS .