WISP ERT (Server)  1.0.0
The WISP Extended Runtime (Server side)
constants.py File Reference

Namespaces

 wtp.constants
 

Variables

int wtp.constants.WTP_PKT_END = 0x00
 No more packets. More...
 
int wtp.constants.WTP_PKT_OPEN = 0x01
 Open WTP connection. More...
 
int wtp.constants.WTP_PKT_CLOSE = 0x02
 Close WTP connection. More...
 
int wtp.constants.WTP_PKT_ACK = 0x03
 Acknowledgement. More...
 
int wtp.constants.WTP_PKT_BEGIN_MSG = 0x04
 Begin message. More...
 
int wtp.constants.WTP_PKT_CONT_MSG = 0x05
 Continue message. More...
 
int wtp.constants.WTP_PKT_REQ_UPLINK = 0x06
 Request uplink transfer. More...
 
int wtp.constants.WTP_PKT_SET_PARAM = 0x07
 Set parameter. More...
 
int wtp.constants.WTP_STATE_CLOSED = 0x00
 WTP connection closed. More...
 
int wtp.constants.WTP_STATE_OPENING = 0x01
 WTP connection opening. More...
 
int wtp.constants.WTP_STATE_OPENED = 0x02
 WTP connection opened. More...
 
int wtp.constants.WTP_STATE_CLOSING = 0x03
 WTP connection closing. More...
 
int wtp.constants.WTP_ERR_NOT_ACKED = 0x10
 Not acknowledged. More...
 
int wtp.constants.WIO_ERR_ALREADY = 0x11
 Required action already done. More...
 
int wtp.constants.WTP_ERR_BUSY = 0x12
 Connection is busy. More...
 
int wtp.constants.WTP_ERR_INVALID_PARAM = 0x13
 Invalid parameter. More...
 
int wtp.constants.WTP_ERR_INVALID_CHECKSUM = 0x14
 Invalid checksum. More...
 
int wtp.constants.WTP_ERR_UNSUPPORT_OP = 0x15
 Unsupported operation. More...
 
int wtp.constants.WTP_ERR_INVALID_SIZE = 0x16
 Invalid size. More...
 
int wtp.constants.WTP_ERR_ONGOING_ACCESS_SPEC = 0x17
 Ongoing AccessSpec. More...
 
int wtp.constants.WTP_PARAM_WINDOW_SIZE = 0x00
 Sliding window size. More...
 
int wtp.constants.WTP_PARAM_READ_SIZE = 0x01
 Read size. More...
 
int wtp.constants.WTP_SEQ_MAX = 0x10000
 WTP max sequence number. More...
 
int wtp.constants.WTP_PREV_EPC_SIZE = 3
 WTP previous EPC size. More...
 
int wtp.constants.WTP_OPSPEC_INIT = 24
 WTP initial size per OpSpec. More...
 
int wtp.constants.WTP_OPSPEC_MIN = 8
 WISP minimum size per OpSpec. More...
 
int wtp.constants.WTP_OPSPEC_MAX = 30
 WISP maximum size per OpSpec. More...
 
int wtp.constants.LLRP_N_OPSPECS_MAX = 1
 Maximum number of OpSpecs in 1 AccessSpec. More...
 
int wtp.constants.RFID_WISP_CLASS = 0x51
 RFID WISP class. More...
 
int wtp.constants.RFID_EPC_SIZE = 12
 RFID EPC size. More...
 
int wtp.constants.RFID_MB_EPC = 0x01
 EPC memory bank. More...
 
int wtp.constants.RFID_MB_USER = 0x03
 User memory bank. More...