Sequenced Barcode
Defined in framework ScanditBarcodeCapture
- SequencedBarcode
open class SequencedBarcode : NSObject
Added in version 8.1.0
A barcode within a shelf sequencing context that includes positional information.
Represents a barcode that has been processed as part of shelf sequencing operations. This class provides access to the barcode data along with its positional order within a tray structure.
- orderOnTray
open var orderOnTray:
Int{ get }Added in version 8.1.0
The positional order of this barcode on its associated tray. This value indicates the sequence position of the barcode relative to other barcodes on the same tray.
- barcode
open var barcode: Barcode { get }
Added in version 8.1.0
The barcode data associated with this sequenced instance.
- jsonString
open var jsonString: String { get }
Added in version 8.1.0
The JSON representation of the barcode.
Note
This class cannot be instantiated directly. Instances are provided through shelf sequencing operations.