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

Variables

int CMD_RESULT_OK = 0xC3
 
int CMD_RESULT_FAIL = 0x3C
 
int CMD_RESULT_UNAUTHORIZED = 0x01
 
int CMD_RESULT_INVALID_CMD = 0x02
 
int CMD_RESULT_MEM_WRITE_FAIL = 0x10
 
int CMD_RESULT_MEM_SLOT_EXPIRED = 0x11
 
int CMD_RESULT_ECC_INVALID_KEY = 0x12
 
int CMD_RESULT_MCOUNTER_UPDATE_ERROR = 0x13
 
int CMD_RESULT_MCOUNTER_COUNTER_INVALID = 0x14
 

Variable Documentation

◆ CMD_RESULT_ECC_INVALID_KEY

int tropicsquare.constants.cmd_result.CMD_RESULT_ECC_INVALID_KEY = 0x12

◆ CMD_RESULT_FAIL

int tropicsquare.constants.cmd_result.CMD_RESULT_FAIL = 0x3C

◆ CMD_RESULT_INVALID_CMD

int tropicsquare.constants.cmd_result.CMD_RESULT_INVALID_CMD = 0x02

◆ CMD_RESULT_MCOUNTER_COUNTER_INVALID

int tropicsquare.constants.cmd_result.CMD_RESULT_MCOUNTER_COUNTER_INVALID = 0x14

◆ CMD_RESULT_MCOUNTER_UPDATE_ERROR

int tropicsquare.constants.cmd_result.CMD_RESULT_MCOUNTER_UPDATE_ERROR = 0x13

◆ CMD_RESULT_MEM_SLOT_EXPIRED

int tropicsquare.constants.cmd_result.CMD_RESULT_MEM_SLOT_EXPIRED = 0x11

◆ CMD_RESULT_MEM_WRITE_FAIL

int tropicsquare.constants.cmd_result.CMD_RESULT_MEM_WRITE_FAIL = 0x10

◆ CMD_RESULT_OK

int tropicsquare.constants.cmd_result.CMD_RESULT_OK = 0xC3

◆ CMD_RESULT_UNAUTHORIZED

int tropicsquare.constants.cmd_result.CMD_RESULT_UNAUTHORIZED = 0x01