Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines values used in the PosDeviceBasicsType structure to indicate the type of device (for instance, barcode scanner or magnetic stripe reader).
Syntax
typedef enum _PosDeviceType {
PosDeviceType_Unknown,
PosDeviceType_BarcodeScanner,
PosDeviceType_MagneticStripeReader,
PosDeviceType_Max
} PosDeviceType;
Constants
PosDeviceType_UnknownIndicates that the type of device is not known. |
PosDeviceType_BarcodeScannerIndicates that the type of device is a barcode scanner. |
PosDeviceType_MagneticStripeReaderIndicates that the type of device is a magnetic stripe reader. |
PosDeviceType_MaxUnused. |
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |