WISP ERT (Server)  1.0.0
The WISP Extended Runtime (Server side)
wtp.constants Namespace Reference

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...
 

Variable Documentation

◆ LLRP_N_OPSPECS_MAX

int wtp.constants.LLRP_N_OPSPECS_MAX = 1

Maximum number of OpSpecs in 1 AccessSpec.

◆ RFID_EPC_SIZE

int wtp.constants.RFID_EPC_SIZE = 12

RFID EPC size.

◆ RFID_MB_EPC

int wtp.constants.RFID_MB_EPC = 0x01

EPC memory bank.

◆ RFID_MB_USER

int wtp.constants.RFID_MB_USER = 0x03

User memory bank.

◆ RFID_WISP_CLASS

int wtp.constants.RFID_WISP_CLASS = 0x51

RFID WISP class.

◆ WIO_ERR_ALREADY

int wtp.constants.WIO_ERR_ALREADY = 0x11

Required action already done.

◆ WTP_ERR_BUSY

int wtp.constants.WTP_ERR_BUSY = 0x12

Connection is busy.

◆ WTP_ERR_INVALID_CHECKSUM

int wtp.constants.WTP_ERR_INVALID_CHECKSUM = 0x14

Invalid checksum.

◆ WTP_ERR_INVALID_PARAM

int wtp.constants.WTP_ERR_INVALID_PARAM = 0x13

Invalid parameter.

◆ WTP_ERR_INVALID_SIZE

int wtp.constants.WTP_ERR_INVALID_SIZE = 0x16

Invalid size.

◆ WTP_ERR_NOT_ACKED

int wtp.constants.WTP_ERR_NOT_ACKED = 0x10

Not acknowledged.

◆ WTP_ERR_ONGOING_ACCESS_SPEC

int wtp.constants.WTP_ERR_ONGOING_ACCESS_SPEC = 0x17

Ongoing AccessSpec.

◆ WTP_ERR_UNSUPPORT_OP

int wtp.constants.WTP_ERR_UNSUPPORT_OP = 0x15

Unsupported operation.

◆ WTP_OPSPEC_INIT

int wtp.constants.WTP_OPSPEC_INIT = 24

WTP initial size per OpSpec.

◆ WTP_OPSPEC_MAX

int wtp.constants.WTP_OPSPEC_MAX = 30

WISP maximum size per OpSpec.

◆ WTP_OPSPEC_MIN

int wtp.constants.WTP_OPSPEC_MIN = 8

WISP minimum size per OpSpec.

◆ WTP_PARAM_READ_SIZE

int wtp.constants.WTP_PARAM_READ_SIZE = 0x01

Read size.

◆ WTP_PARAM_WINDOW_SIZE

int wtp.constants.WTP_PARAM_WINDOW_SIZE = 0x00

Sliding window size.

◆ WTP_PKT_ACK

int wtp.constants.WTP_PKT_ACK = 0x03

Acknowledgement.

◆ WTP_PKT_BEGIN_MSG

int wtp.constants.WTP_PKT_BEGIN_MSG = 0x04

Begin message.

◆ WTP_PKT_CLOSE

int wtp.constants.WTP_PKT_CLOSE = 0x02

Close WTP connection.

◆ WTP_PKT_CONT_MSG

int wtp.constants.WTP_PKT_CONT_MSG = 0x05

Continue message.

◆ WTP_PKT_END

int wtp.constants.WTP_PKT_END = 0x00

No more packets.

◆ WTP_PKT_OPEN

int wtp.constants.WTP_PKT_OPEN = 0x01

Open WTP connection.

◆ WTP_PKT_REQ_UPLINK

int wtp.constants.WTP_PKT_REQ_UPLINK = 0x06

Request uplink transfer.

◆ WTP_PKT_SET_PARAM

int wtp.constants.WTP_PKT_SET_PARAM = 0x07

Set parameter.

◆ WTP_PREV_EPC_SIZE

int wtp.constants.WTP_PREV_EPC_SIZE = 3

WTP previous EPC size.

◆ WTP_SEQ_MAX

int wtp.constants.WTP_SEQ_MAX = 0x10000

WTP max sequence number.

◆ WTP_STATE_CLOSED

int wtp.constants.WTP_STATE_CLOSED = 0x00

WTP connection closed.

◆ WTP_STATE_CLOSING

int wtp.constants.WTP_STATE_CLOSING = 0x03

WTP connection closing.

◆ WTP_STATE_OPENED

int wtp.constants.WTP_STATE_OPENED = 0x02

WTP connection opened.

◆ WTP_STATE_OPENING

int wtp.constants.WTP_STATE_OPENING = 0x01

WTP connection opening.