Table of Contents

Interface IScanner

Namespace
Loehnert.Lisrt.Scanner
Assembly
Loehnert.Lisrt.Scanner.dll

Represents a interface for a scanner.

public interface IScanner : ILisrtModule, INotifyPropertyChanged
Inherited Members
Extension Methods

Events

CodeScanned

Occurs when a code is scanned.

event EventHandler<string> CodeScanned

Event Type

EventHandler<string>