ALL constant

int const ALL

All supported barcode formats (0xFFFFFFFEFFFFFFFF unsigned).

This uses the signed 64-bit equivalent so that the constant compiles on both native and web platforms.

Implementation

static const int ALL = -4294967297;