dataBytes property
final
The byte representation of the processed barcode data retrieved from the scan.
Like the data
field, this data may have undergone transformations or additions
such as preamble, prefix, suffix, or postamble based on scanner settings. This field
provides the byte-level representation (e.g., UTF-8 or Unicode) of the processed data.
Implementation
final List<int> dataBytes;