BarcodeStatus 枚举 (pointofservicecommontypes.h)
此枚举指示条形码扫描仪状态值。
语法
typedef enum _BarcodeStatus {
BarcodeStatusUpdateType_Online,
BarcodeStatusUpdateType_Off,
BarcodeStatusUpdateType_Offline,
BarcodeStatusUpdateType_OffOrOffline,
BarcodeStatusUpdateType_Extended
} BarcodeStatus;
常量
BarcodeStatusUpdateType_Online 设备已联机。 如果 UnifiedPosPowerReportingType 为 Standard 或 Advanced,则此方法有效。 |
BarcodeStatusUpdateType_Off 设备电源已关闭或与终端分离。 如果 UnifiedPosPowerReportingType 为 Advanced,则此方法有效。 |
BarcodeStatusUpdateType_Offline 设备电源已打开,但未准备就绪或无法响应请求。 如果 UnifiedPosPowerReportingType 为 Advanced,则此方法有效。 |
BarcodeStatusUpdateType_OffOrOffline 设备电源已关闭或设备脱机。 如果 UnifiedPosPowerReportingType 为 标准,则此操作有效。 |
BarcodeStatusUpdateType_Extended 供应商特定的状态信息。 |
要求
要求 | 值 |
---|---|
Header | pointofservicecommontypes.h (包括 Pointofservicecommontypes.h) |