pytropicsquare
 
Loading...
Searching...
No Matches
tropicsquare.constants.rsp_status Namespace Reference

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
 

Variable Documentation

◆ RSP_STATUS_CRC_ERROR

int tropicsquare.constants.rsp_status.RSP_STATUS_CRC_ERROR = 0x7C

◆ RSP_STATUS_GEN_ERROR

int tropicsquare.constants.rsp_status.RSP_STATUS_GEN_ERROR = 0x7F

◆ RSP_STATUS_HSK_ERROR

int tropicsquare.constants.rsp_status.RSP_STATUS_HSK_ERROR = 0x79

◆ RSP_STATUS_NO_RESPONSE

int tropicsquare.constants.rsp_status.RSP_STATUS_NO_RESPONSE = 0xFF

◆ RSP_STATUS_NO_SESSION

int tropicsquare.constants.rsp_status.RSP_STATUS_NO_SESSION = 0x7A

◆ RSP_STATUS_REQ_CONT

int tropicsquare.constants.rsp_status.RSP_STATUS_REQ_CONT = 0x03

◆ RSP_STATUS_REQ_OK

int tropicsquare.constants.rsp_status.RSP_STATUS_REQ_OK = 0x01

◆ RSP_STATUS_RES_CONT

int tropicsquare.constants.rsp_status.RSP_STATUS_RES_CONT = 0x04

◆ RSP_STATUS_RES_OK

int tropicsquare.constants.rsp_status.RSP_STATUS_RES_OK = 0x02

◆ RSP_STATUS_RESP_DISABLED

int tropicsquare.constants.rsp_status.RSP_STATUS_RESP_DISABLED = 0x78

◆ RSP_STATUS_TAG_ERROR

int tropicsquare.constants.rsp_status.RSP_STATUS_TAG_ERROR = 0x7B

◆ RSP_STATUS_UNKNOWN_REQ

int tropicsquare.constants.rsp_status.RSP_STATUS_UNKNOWN_REQ = 0x7E