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
Symbology
Gets or sets the barcode symbology.
public BarcodeSymbology Symbology { get; set; }
Property Value
SymbologyName
Gets the human-readable symbology name.
public string SymbologyName { get; }
Property Value
Timestamp
Gets or sets the timestamp of the scan.
public DateTime Timestamp { get; set; }