BarcodeScannerReport.ScanData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.