BarcodeScannerReport.ScanData Property

Definition

Gets the full raw data from the DataReceived event.

public:
 property IBuffer ^ ScanData { IBuffer ^ get(); };
IBuffer ScanData();
public IBuffer ScanData { get; }
var iBuffer = barcodeScannerReport.scanData;
Public ReadOnly Property ScanData As IBuffer

Property Value

The raw data stream from the scanning event. For details of the format of the raw data, see the RawData property in the UnifiedPOS architectural specification.

Applies to

See also