Variables | |
int | RSP_STATUS_REQ_OK = 0x01 |
int | RSP_STATUS_RES_OK = 0x02 |
int | RSP_STATUS_REQ_CONT = 0x03 |
int | RSP_STATUS_RES_CONT = 0x04 |
int | RSP_STATUS_RESP_DISABLED = 0x78 |
int | RSP_STATUS_HSK_ERROR = 0x79 |
int | RSP_STATUS_NO_SESSION = 0x7A |
int | RSP_STATUS_TAG_ERROR = 0x7B |
int | RSP_STATUS_CRC_ERROR = 0x7C |
int | RSP_STATUS_UNKNOWN_REQ = 0x7E |
int | RSP_STATUS_GEN_ERROR = 0x7F |
int | RSP_STATUS_NO_RESPONSE = 0xFF |
int tropicsquare.constants.rsp_status.RSP_STATUS_CRC_ERROR = 0x7C |
int tropicsquare.constants.rsp_status.RSP_STATUS_GEN_ERROR = 0x7F |
int tropicsquare.constants.rsp_status.RSP_STATUS_HSK_ERROR = 0x79 |
int tropicsquare.constants.rsp_status.RSP_STATUS_NO_RESPONSE = 0xFF |
int tropicsquare.constants.rsp_status.RSP_STATUS_NO_SESSION = 0x7A |
int tropicsquare.constants.rsp_status.RSP_STATUS_REQ_CONT = 0x03 |
int tropicsquare.constants.rsp_status.RSP_STATUS_REQ_OK = 0x01 |
int tropicsquare.constants.rsp_status.RSP_STATUS_RES_CONT = 0x04 |
int tropicsquare.constants.rsp_status.RSP_STATUS_RES_OK = 0x02 |
int tropicsquare.constants.rsp_status.RSP_STATUS_RESP_DISABLED = 0x78 |
int tropicsquare.constants.rsp_status.RSP_STATUS_TAG_ERROR = 0x7B |
int tropicsquare.constants.rsp_status.RSP_STATUS_UNKNOWN_REQ = 0x7E |