Packagecom.distriqt.extension.scanner
Classpublic class ScanResult
InheritanceScanResult Inheritance Object

Represents the result of a single bar code scan result



Public Properties
 PropertyDefined By
  bounds : Rectangle = null
ScanResult
  data : String
Contains the data scanned from a bar code or other code.
ScanResult
  orientation : String = orientation:unknown
ScanResult
  symbologyType : int = 0
The type of the barcode symbol found
ScanResult
Public Methods
 MethodDefined By
  
ScanResult
  
fromObject(data:Object):ScanResult
[static]
ScanResult
Property Detail
boundsproperty
public var bounds:Rectangle = null

dataproperty 
public var data:String

Contains the data scanned from a bar code or other code. The contents will vary based on the type of code. For example if can be a sequence of numbers or a url.

orientationproperty 
public var orientation:String = orientation:unknown

symbologyTypeproperty 
public var symbologyType:int = 0

The type of the barcode symbol found

Constructor Detail
ScanResult()Constructor
public function ScanResult()



Method Detail
fromObject()method
public static function fromObject(data:Object):ScanResult

Parameters

data:Object

Returns
ScanResult