Sequenced Tray

Defined in framework ScanditBarcodeCapture

SequencedTray
open class SequencedTray : NSObject

Added in version 8.1.0

A tray within a shelf sequencing context containing sequenced barcodes.

Represents a tray that has been processed as part of shelf sequencing operations. This class provides access to the collection of barcodes contained within the tray along with the tray’s positional order on the shelf.

orderOnShelf
open var orderOnShelf: Int { get }

Added in version 8.1.0

The positional order of this tray on its associated shelf. This value indicates the sequence position of the tray relative to other trays on the same shelf.

barcodes
open var barcodes: Array<SequencedBarcode> { get }

Added in version 8.1.0

The collection of sequenced barcodes contained within this tray. Each barcode includes its own positional information relative to other barcodes in the tray.

Note

This class cannot be instantiated directly. Instances are provided through shelf sequencing operations.