| Package | Description | 
|---|---|
| com.rscja.custom | |
| com.rscja.deviceapi | |
| com.rscja.deviceapi.interfaces | |
| com.rscja.team.qcom.custom | |
| com.rscja.team.qcom.deviceapi | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UHFCSYXForURx | 
| class  | UHFSFForUrxNetwork | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RFIDWithUHFA4UHF模块 A4操作类 UHF module operation type 第一步:通过 RFIDWithUHFA4.init(Context context)连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFA4.init(Context context)第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点标签先调用 RFIDWithUHFA4.setInventoryCallback(IUHFInventoryCallback inventoryCallback)设置标签回调接口,有标签数据就会回调这个接口。
        然后在调用RFIDWithUHFA4.startInventoryTag()函数开始执行盘点。
        注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFA4.stopInventory()函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. | 
| class  | RFIDWithUHFA4NetWork操作URA4设备以及UHF模块相关接口。(通过其他android设备控制A4) Operate URA4 devices and related interfaces of UHF modules. 操作步骤: Steps: 第一步:先通过 RFIDWithUHFA4NetWork.setIPAndPort(String ip, int port)设置要连接的IP地址, 再通过RFIDWithUHFA4NetWork.init(Context context)连接读写器串口。同时可以设置回调接口RFIDWithUHFA4NetWork.setConnectionStatusCallback(ConnectionStatusCallback btStateCallback)监听连接状态。Step 1: Connect to the serial port of the reader via RFIDWithUHFA4NetWork.setIPAndPort(String ip, int port)->RFIDWithUHFA4NetWork.init(Context context). | 
| 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). | 
| class  | RFIDWithUHFA8UHF模块 A8操作类 UHF module operation type 第一步:通过 RFIDWithUHFA8.init(Context context)连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFA8.init(Context context)第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点标签先调用 RFIDWithUHFA8.setInventoryCallback(IUHFInventoryCallback inventoryCallback)设置标签回调接口,有标签数据就会回调这个接口。
        然后在调用RFIDWithUHFA8.startInventoryTag()函数开始执行盘点。
        注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFA8.stopInventory()函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. | 
| class  | RFIDWithUHFA8NetWork操作URA8设备以及UHF模块相关接口。(通过其他android设备控制A8) Operate URA8 devices and related interfaces of UHF modules. 操作步骤: Steps: 第一步:先通过 RFIDWithUHFA8NetWork.setIPAndPort(String ip, int port)设置要连接的IP地址, 再通过RFIDWithUHFA8NetWork.init(Context context)连接读写器串口。同时可以设置回调接口RFIDWithUHFA8NetWork.setConnectionStatusCallback(ConnectionStatusCallback btStateCallback)监听连接状态。Step 1: Connect to the serial port of the reader via RFIDWithUHFA8NetWork.setIPAndPort(String ip, int port)->RFIDWithUHFA8NetWork.init(Context context). | 
| 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). | 
| class  | RFIDWithUHFAxBase | 
| class  | RFIDWithUHFUrxNetworkUHF模块URx网口通信操作类 URx network operation of UHF module 第一步:先通过 RFIDWithUHFUrxNetwork.setIPAndPort(String ip, int port)设置要连接的IP地址, 再通过RFIDWithUHFUrxNetwork.init(Context context)连接读写器串口。
 Step 1: Connect to the serial port of the reader viaRFIDWithUHFUrxNetwork.setIPAndPort(String ip, int port)->RFIDWithUHFUrxNetwork.init(Context context).第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 RFIDWithUHFUrxNetwork.startInventoryTag()函数开始执行盘点。
        注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUrxNetwork.stopInventory()函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. | 
| class  | RFIDWithUHFUrxUartURx 模块,串口通信操作类 URx module , serial communication operation interface 第一步:通过 RFIDWithUHFUrxUart.init(Context context)连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFUrxUart.init(Context context)第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 RFIDWithUHFUrxUart.startInventoryTag()函数开始执行盘点。
        注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUrxUart.stopInventory()函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. | 
| class  | RFIDWithUHFUrxUsbToUartURx 模块,串口通信操作类 URx module , serial communication operation interface 第一步:通过 RFIDWithUHFUrxUsbToUart.init(Context context)连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFUrxUsbToUart.init(Context context)第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 RFIDWithUHFUrxUsbToUart.startInventoryTag()函数开始执行盘点。
        注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUrxUsbToUart.stopInventory()函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IRFIDWithUHFA4 | 
| interface  | IRFIDWithUHFA4NetWork | 
| interface  | IRFIDWithUHFA4RS232 | 
| interface  | IRFIDWithUHFA4Uart | 
| interface  | IRFIDWithUHFA8 | 
| interface  | IRFIDWithUHFA8NetWork | 
| interface  | IRFIDWithUHFA8RS232 | 
| interface  | IRFIDWithUHFA8Uart | 
| interface  | IRFIDWithUHFUrxNetwork | 
| interface  | IRFIDWithUHFUrxUart | 
| interface  | IRFIDWithUHFUrxUsbToUart | 
| interface  | IUHFA4 | 
| interface  | IUHFA8 | 
| interface  | IUHFURxUHF UR4特有接口 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UHFTemperatureTagsAPI_qcom | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RFIDWithUHFA4_qcomUHF模块 A4操作类 UHF module operation type | 
| class  | RFIDWithUHFA4NetWork_qcom操作URA4设备以及UHF模块相关接口。 第一步:连接通过 RFIDWithUHFAxNetWorkBase_qcom.setIPAndPort(String host, int port)设置连接的读写IP地址。然后调用RFIDWithUHFA4NetWork_qcom.init(Context)连接读写器。
         同时可以设置回调接口RFIDWithUHFAxNetWorkBase_qcom.setConnectionStatusCallback(ConnectionStatusCallback)监听连接状态第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数。 如果是盘点标签先调用 RFIDWithUHFAxNetWorkBase_qcom.setInventoryCallback(IUHFInventoryCallback)设置标签回调接口,标签数据会上传到这个接口函数。然后在调用 RFIDWithUHFAxNetWorkBase_qcom.startInventoryTag()函数开始执行盘点。注意:在盘点标签的时候rfid模块只能响应RFIDWithUHFAxNetWorkBase_qcom.stopInventory()函数。第三步:退出app调用 RFIDWithUHFA4NetWork_qcom.free()断开连接,如果断开之前正在盘点,请先停止盘点,在断开连接。 | 
| class  | RFIDWithUHFA4RS232_qcom | 
| class  | RFIDWithUHFA8_qcomUHF模块 A8操作类 UHF module operation type | 
| class  | RFIDWithUHFA8NetWork_qcom | 
| class  | RFIDWithUHFA8RS232_qcom | 
| class  | RFIDWithUHFUrxNetwork_qcom | 
| class  | RFIDWithUHFUrxUart_qcom | 
| class  | RFIDWithUHFUrxUsbToUart_qcomUR4 设备USB转串口,目前已经适配 pl2302芯片的usb转接线 |