BarcodeScannerReport(UInt32, IBuffer, IBuffer) Constructor
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.
Creates an instance of BarcodeScannerReport.
public:
BarcodeScannerReport(unsigned int scanDataType, IBuffer ^ scanData, IBuffer ^ scanDataLabel);
BarcodeScannerReport(uint32_t const& scanDataType, IBuffer const& scanData, IBuffer const& scanDataLabel);
public BarcodeScannerReport(uint scanDataType, IBuffer scanData, IBuffer scanDataLabel);
function BarcodeScannerReport(scanDataType, scanData, scanDataLabel)
Public Sub New (scanDataType As UInteger, scanData As IBuffer, scanDataLabel As IBuffer)
Parameters
- scanDataType
-
UInt32
unsigned int
uint32_t
The decoded barcode label type.
- scanData
- IBuffer
The full raw scan data.
- scanDataLabel
- IBuffer
The decoded barcode label.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|