|
WISP ERT (Server)
1.0.0
The WISP Extended Runtime (Server side)
|
Functions | |
| def | read_opspec (data_size, opspec_id=0) |
| Create a LLRP Read OpSpec. More... | |
| def | write_opspec (data, opspec_id=0) |
| Create a LLRP Write or BlockWrite OpSpec. More... | |
| def | wisp_target_info (wisp_id, wisp_class=consts.RFID_WISP_CLASS) |
| Generate LLRP RFID target information from WISP ID. More... | |
| def | access_stop_param (trigger_type=1, count=1) |
| Generate AccessSpec stop parameter. More... | |
| def wtp.llrp_util.access_stop_param | ( | trigger_type = 1, |
|
count = 1 |
|||
| ) |
Generate AccessSpec stop parameter.
| trigger_type | Trigger type. |
| count | AccessSpec result count. |
| def wtp.llrp_util.read_opspec | ( | data_size, | |
opspec_id = 0 |
|||
| ) |
Create a LLRP Read OpSpec.
| data_size | Size of data to read. |
| opspec_id | OpSpec ID. |
| def wtp.llrp_util.wisp_target_info | ( | wisp_id, | |
wisp_class = consts.RFID_WISP_CLASS |
|||
| ) |
Generate LLRP RFID target information from WISP ID.
| wisp_id | 16-bit WISP ID. |
| wisp_class | WISP RFID class. |
| def wtp.llrp_util.write_opspec | ( | data, | |
opspec_id = 0 |
|||
| ) |
Create a LLRP Write or BlockWrite OpSpec.
(A 1-byte data length will be prepended before data)
| data | Data to write. |
| opspec_id | OpSpec ID. |