| Package | Description |
|---|---|
| com.rscja.deviceapi | |
| com.rscja.team.qcom.deviceapi |
| Modifier and Type | Class and Description |
|---|---|
class |
RFIDWithUHFA8RS232
操作URA8设备以及UHF模块相关接口。(通过其他android设备控制A8)
Operate URA8 devices and related interfaces of UHF modules. 操作步骤: Steps: 第一步:先通过 RFIDWithUHFA8RS232.setUart(String path)设置要连接的IP地址, 再通过 RFIDWithUHFA8RS232.init(Context context)连接读写器串口。同时可以设置回调接口 RFIDWithUHFA8RS232.setConnectionStatusCallback(ConnectionStatusCallback btStateCallback)监听连接状态。Step 1: Connect to the serial port of the reader via RFIDWithUHFA8RS232.setUart(String path)-> RFIDWithUHFA8RS232.init(Context context). |
| Modifier and Type | Class and Description |
|---|---|
class |
RFIDWithUHFA8RS232_qcom |