Sepasoft MES Module Suite
system.barcode.scanner.getPatternList
Description
Returns a subset list of the predefined barcode patterns that can be used to decode a barcode.
Syntax
system.barcode.scanner.getPatternList(fillKeys, separator)
Parameters
String fillKeys - A list of keys to the predefined list of patterns to load into the returned list. Use “All” to load all predefined patterns. Or for example use “GS1-10,GS1-17, GS1-310” to just get the 3 GS1 AI patterns 10, 17, 310 respectively.
String separator - An optional separator to be used for patterns that can be of variable length and need a separator code. For GS1 FNC1 a unicode character of \u001D or \u00E8 can be used.
- Returns
A list of barcode patterns.
- Scope
All
Sepasoft MES Module Suite