BarcodeReadEventArgs Fields

Field Description
BytesInBuffer Stores the size in bytes of the data buffer.
DataBuffer Stores the buffer containing the data that was read.
DataType Stores the type of data in the bar code.
PortDeviceType Stores the port device type.
PortId Stores the port ID.
PortName Stores the port name.
StrBarcodeData Stores data in the buffer as a string. This value is null if conversion to a string is not possible.
SymbologyId Stores the bar code symbology ID.
SymbologyName Stores the symbology of the bar code that was read.

More Information

BarcodeReadEventArgs Class