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