PosDeviceType enumeration (pointofservicecommontypes.h)
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) |