com.datalogic.decode.DecodeResult |
DecodeResult
is an interface passed by
onRead(DecodeResult)
to retrieve scanned data from the
decoder.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
BarcodeID of the read data. | |||||||||||
Returns the raw decoded data result from scanner as a byte array.
| |||||||||||
Returns the decoded result as a formatted String.
|
Returns the raw decoded data result from scanner as a byte array.
byte[]
the resultant array containing the raw information
directly read from the scanner.
Returns the decoded result as a formatted String.
String
representing the decoded result.