ScanCaseSession Interface Reference

Public Member Functions

void Clear ()
 

Properties

NSArray NewlyRecognizedCodes [get]
 
NSArray NewlyLocalizedCodes [get]
 
NSArray AllRecognizedCodes [get]
 

Detailed Description

Holds all barcodes that were decoded in the current session.

Member Function Documentation

void Clear ( )

Remove all codes from the scan session.

Use this method to manually remove all codes from the scan session.

Property Documentation

NSArray NewlyRecognizedCodes
get

A new copy of the list of barcodes that have been successfully decoded in the last frame.

NSArray NewlyLocalizedCodes
get

A new copy of the list of barcodes that have been localized but not recognized in the last frame.

NSArray AllRecognizedCodes
get

Returns the list of barcodes (data, symbology) that have been decoded (recognized) in this session.

Returns
a new copy of the list of barcodes that have been successfully decoded in this session