DriverUnifiedPosErrorReason 枚举 (pointofservicecommontypes.h)
此枚举指示错误的原因。
语法
typedef enum DriverUnifiedPosErrorReason {
UnknownErrorReason,
NoService,
Disabled,
Illegal,
NoHardware,
Closed,
Offline,
Failure,
Timeout,
Busy,
Extended
} ;
常量
UnknownErrorReason 错误的原因尚不清楚。 |
NoService 由于当前配置,无法与设备通信。 |
Disabled 必须启用设备才能执行操作。 |
Illegal 此功能不可用或在此设备上不受支持。 |
NoHardware 物理设备未连接或未开机。 |
Closed 设备已关闭。 |
Offline 设备处于脱机状态。 |
Failure 设备已连接并开机,但无法执行操作。 |
Timeout 操作在设备上超时。 |
Busy 设备正忙,无法完成操作。 |
Extended 设备返回了供应商指定的错误。 |
要求
要求 | 值 |
---|---|
Header | pointofservicecommontypes.h (包括 Pointofservicecommontypes.h) |