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_Unknown Indicates that the type of device is not known. |
PosDeviceType_BarcodeScanner Indicates that the type of device is a barcode scanner. |
PosDeviceType_MagneticStripeReader Indicates that the type of device is a magnetic stripe reader. |
PosDeviceType_Max Unused. |
Requirements
Requirement | Value |
---|---|
Header | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |