Barcode Count Capture List Listener

Defined in namespace Scandit.DataCapture.Barcode.Count.Capture.List

IBarcodeCountCaptureListListener
interface IBarcodeCountCaptureListListener

Added in version 6.18.0

The BarcodeCountCaptureList listener is the main way for hooking into BarcodeCountCaptureList. It provides a callback that is invoked when the state of target barcodes changes.

OnCaptureListSessionUpdated()
void OnCaptureListSessionUpdated(BarcodeCountCaptureList list, BarcodeCountCaptureListSession session)

Added in version 6.18.0

Called after a frame processed by BarcodeCountCaptureList has caused the list to be updated.

OnCaptureListCompleted()
void OnCaptureListCompleted(BarcodeCountCaptureList list, BarcodeCountCaptureListSession session)

Added in version 6.18.0

Called after when all the barcodes in the BarcodeCountCaptureList have been scanned.

OnObservationStarted()
void OnObservationStarted(BarcodeCountCaptureList list)

Added in version 6.18.0

Called when the listener starts observing the BarcodeCountCaptureList instance.

OnObservationStopped()
void OnObservationStopped(BarcodeCountCaptureList list)

Added in version 6.18.0

Called when the listener stops observing the BarcodeCountCaptureList instance.