Table of Contents

Class Read2DCodeResult

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents results of last 2D Code Reader scan.

public class Read2DCodeResult : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
Read2DCodeResult
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

CodeContent

Gets character string of last scan (See "CharacterString" parameter in documentation).

public string CodeContent { get; }

Property Value

string

CodeMatchPercentage

Gets the code match percentage of the last scan.

public int CodeMatchPercentage { get; }

Property Value

int

CodeQuality

Gets the code quality of last scan.

public CodeQuality CodeQuality { get; }

Property Value

CodeQuality

CodeQualityString

Gets the code quality string of last scan.

public string CodeQualityString { get; }

Property Value

string

ReadingTime

Gets reading time of last scan.

public int ReadingTime { get; }

Property Value

int