Table of Contents

Interface IBarCodeScannerRaw

Namespace
Acuit.Pinpoint.BarCodeScanning
Assembly
Acuit.Pinpoint.BarCodeScanning.dll

A bar code scanner raw data source.

public interface IBarCodeScannerRaw

Events

RawDataReceived

Occurs when raw data is received from the bar code scanner.

event EventHandler<BarCodeRawDataReceivedEventArgs> RawDataReceived

Event Type

EventHandler<BarCodeRawDataReceivedEventArgs>

Remarks

This can be used to help diagnose bar code scanner configuration issues.

This event might be raised on a background worker thread.