# Print output for @column tags ?>
public
class
ScanResult
extends Object
implements
Parcelable
java.lang.Object | |
↳ | com.vuzix.sdk.barcode.ScanResult |
This class is deprecated.
As of Scanner 2
Represents a single barcode located within an image.
Fields | |
---|---|
public
static
final
Creator<ScanResult> |
CREATOR
|
Public methods | |
---|---|
int
|
describeContents()
|
byte[]
|
getBytes()
The raw data contained within the barcode. |
Location
|
getLocation()
The location of the barcode. |
String
|
getText()
The value of the barcode, as a String. |
BarcodeType
|
getType()
The type of barcode. |
void
|
writeToParcel(Parcel out, int flags)
|
public int describeContents ()
Returns | |
---|---|
int |
public byte[] getBytes ()
The raw data contained within the barcode.
Returns | |
---|---|
byte[] |
a byte[] |
public String getText ()
The value of the barcode, as a String.
Returns | |
---|---|
String |
a String |
public void writeToParcel (Parcel out, int flags)
Parameters | |
---|---|
out |
Parcel |
flags |
int |