Coverage for tropicsquare / constants / rsp_status.py: 100%

12 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-27 21:24 +0000

1RSP_STATUS_REQ_OK = 0x01 

2RSP_STATUS_RES_OK = 0x02 

3RSP_STATUS_REQ_CONT = 0x03 

4RSP_STATUS_RES_CONT = 0x04 

5RSP_STATUS_RESP_DISABLED = 0x78 

6RSP_STATUS_HSK_ERROR = 0x79 

7RSP_STATUS_NO_SESSION = 0x7A 

8RSP_STATUS_TAG_ERROR = 0x7B 

9RSP_STATUS_CRC_ERROR = 0x7C 

10RSP_STATUS_UNKNOWN_REQ = 0x7E 

11RSP_STATUS_GEN_ERROR = 0x7F 

12RSP_STATUS_NO_RESPONSE = 0xFF