Share via


BarcodeScannerReport class (Handheld 8)

2/18/2014

Contains the barcode scanner symbology.

Syntax

public sealed class BarcodeScannerReport : Object
Public NotInheritable Class BarcodeScannerReport
    Inherits Object
public ref class BarcodeScannerReport sealed : Object

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The BarcodeScannerReport class has these types of members:

  • Methods
  • Properties

Methods

The BarcodeScannerReport class inherits methods from the Object class.

Properties

The BarcodeScannerReport class has these properties.

Property Access type Description

ScanData

Read-only

Gets the the full raw data from the DataReceived event.

ScanDataLabel

Read-only

Gets the decoded barcode label, which does not include the header, checksum, and other miscellaneous information.

ScanDataType

Read-only

Gets the decoded barcode label type. Possible values are defined in the BarcodeSymbologies class.

Remarks

This object is accessed when you retrieve the Report property of the BarcodeScannerDataReceivedEventArgs object.

See Also

Reference

Windows.Devices.PointOfService namespace