Sequenced Shelf Module
Defined in framework ScanditBarcodeCapture
- SequencedShelfModule
open class SequencedShelfModule : NSObject
Added in version 8.1.0
A shelf module within a sequencing context containing organized trays.
Represents a shelf module that has been processed as part of shelf sequencing operations. This class provides access to the collection of trays that make up the shelf module, with each tray containing its own sequenced barcodes.
- trays
open var trays: Array<SequencedTray> { get }
Added in version 8.1.0
The collection of sequenced trays contained within this shelf module. Each tray includes its own positional information and collection of sequenced barcodes.
Note
This class cannot be instantiated directly. Instances are provided through shelf sequencing operations.