Windows.Devices.PointOfService
Windows.Devices.PointOfService
Windows.Devices.PointOfService
Windows.Devices.PointOfService
Namespace
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[This namespace contains one or more prerelease APIs.]
Enables application developers to access Point of Service (POS) peripheral devices. The namespace provides a vendor-neutral interface for accessing POS devices from various manufacturers from the Windows Store app.
BarcodeScanner enables application developers to access barcode scanners to retrieve decoded data from a variety of barcode symbologies such as UPC and QR Codes depending on support from the hardware.
CashDrawer enables application developers to interact with cash drawers.
LineDisplay enables application developers to control customer facing 2x20 line displays.
MagneticStripeReader enables application developers to access magnetic stripe readers to retrieve data from magnetic stripe enabled cards such as credit/debit cards, loyalty cards, access cards, etc.
POSPrinter enables application developers to print to network and Bluetooth connected receipt printers using the Epson ESC/POS printer control language.
| Common Members | Description |
|---|---|
| UnifiedPosErrorData class | Provides error information. |
| UnifiedPosErrorReason enumeration | Defines the constants that indicates the reason for the error event. |
| UnifiedPosErrorSeverity enumeration | Defines the constants that indicates the error severity. |
| UnifiedPosHealthCheckLevel enumeration | Defines the constants that indicates the type of health check that can be performed on the devices. |
| UnifiedPosPowerReportingType enumeration | Defines the constants that indicates power reporting capabilities of the Point of Service (POS) device. |
Classes
Interfaces
Enums
Remarks
Applications which require this namespace require the addition of the “pointOfService” DeviceCapability to the app package manifest.