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