Table of Contents

Class BarcodeRecord

Namespace
Opticon
Assembly
Opticon.csp2.dll

Represents a single barcode data record retrieved from the device.

public class BarcodeRecord
Inheritance
BarcodeRecord
Inherited Members

Properties

Data

Gets or sets the barcode data string.

public string Data { get; set; }

Property Value

string

Symbology

Gets or sets the barcode symbology.

public BarcodeSymbology Symbology { get; set; }

Property Value

BarcodeSymbology

SymbologyName

Gets the human-readable symbology name.

public string SymbologyName { get; }

Property Value

string

Timestamp

Gets or sets the timestamp of the scan.

public DateTime Timestamp { get; set; }

Property Value

DateTime