Package | Description |
---|---|
com.rscja.custom | |
com.rscja.deviceapi | |
com.rscja.team.mtk.custom | |
com.rscja.team.mtk.deviceapi | |
com.rscja.team.qcom.ble | |
com.rscja.team.qcom.custom | |
com.rscja.team.qcom.deviceapi |
Modifier and Type | Class and Description |
---|---|
class |
M775Authenticate
英频杰特殊标签定制
Special label customization 第一步:通过 RFIDWithUHFUART.init(Context context) 连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFUART.init(Context context) 第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 盘点标签之前先要设置回调函数 M775Authenticate.setInventoryCallback(IUHFInventoryCallback) ,然后调用盘点函数RFIDWithUHFUART.startInventoryTag() 开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUART.stopInventory() 函数。For parameter setting, after the connection is successful, call the corresponding function to set parameters and read/write operations. |
class |
RFIDWithUHFJieCe |
class |
UHFCSYX
MQTT是长沙盈芯,定制接口
|
class |
UHFCSYXForURx |
class |
UHFSFForUrxNetwork |
class |
UHFTamperAPI
阿联酋Acube 定制接口
|
class |
UHFTemperatureTagsAPI |
class |
UHFUartFoxconn |
Modifier and Type | Class and Description |
---|---|
class |
BleDevice
BLE蓝牙的操作对象
1.通过 #connect(ConnectionStatusCallback 来连接蓝牙,bleStatusCallback是蓝牙状态的连接回调2.通过 BleDevice.setInventoryCallback(IUHFInventoryCallback inventoryCallback) 标签数据回调接口。3.通过 BleDevice.startInventoryTag() 开始盘点,在盘点过程中,ble设备只会响应BleDevice.stopInventory() ()}函数,不能设置和获取ble设备的相关其他参数。4.通过 BleDevice.stopInventory() ()} 停止盘点 |
class |
RFIDWithUHFA4
UHF模块 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 |
RFIDWithUHFA8
UHF模块 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 |
RFIDWithUHFAxBase |
class |
RFIDWithUHFRLM |
class |
RFIDWithUHFUART
UHF模块手持机,串口通信操作类
UHF module handheld, serial communication operation interface 第一步:通过 RFIDWithUHFUART.init(Context context) 连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFUART.init(Context context) 第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点标签先调用 RFIDWithUHFUART.setInventoryCallback(IUHFInventoryCallback inventoryCallback) 设置标签回调接口,有标签数据就会回调这个接口。
然后在调用RFIDWithUHFUART.startInventoryTag() 函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUART.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 |
RFIDWithUHFUrxNetwork
UHF模块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 |
RFIDWithUHFUrxUart
URx 模块,串口通信操作类
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 |
RFIDWithUHFUrxUsbToUart
URx 模块,串口通信操作类
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. |
class |
RFIDWithUHFUSB
UHF模块手持机,USB通信操作类
UHF module handheld, USB operation interface 第一步:通过 RFIDWithUHFUSB.init(Context context) 连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFUSB.init(Context context) 第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 RFIDWithUHFUSB.startInventoryTag() 函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUSB.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 | Class and Description |
---|---|
class |
M775Authenticate_mtk |
class |
UHFTemperatureTagsAPI_mtk |
class |
UHFUartFoxconn_mtk |
Modifier and Type | Class and Description |
---|---|
class |
RFIDWithUHFUART_mtk |
Modifier and Type | Class and Description |
---|---|
class |
EmptyUhfBle |
class |
RFIDWithUHFBLEN51_qcom |
class |
RFIDWithUHFBLEN52_qcom |
Modifier and Type | Class and Description |
---|---|
class |
M775Authenticate_qcom |
class |
RFIDWithUHFJieCe_qcom |
class |
RFIDWithUHFShuangYingDianZi_qcom |
class |
RFIDWithUHFUARTUAE_qcom |
class |
UHFCSYX_qcom |
class |
UHFTamperAPI_qcom |
class |
UHFTemperatureTagsAPI_qcom |
class |
UHFUartFoxconn_qcom |
Modifier and Type | Class and Description |
---|---|
class |
RFIDWithUHFA4_qcom
UHF模块 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_qcom
UHF模块 A8操作类
UHF module operation type |
class |
RFIDWithUHFA8NetWork_qcom |
class |
RFIDWithUHFA8RS232_qcom |
class |
RFIDWithUHFAxBase_qcom |
class |
RFIDWithUHFRLM_qcom |
class |
RFIDWithUHFUART_qcom |
class |
RFIDWithUHFUrxNetwork_qcom |
class |
RFIDWithUHFUrxUart_qcom |
class |
RFIDWithUHFUrxUsbToUart_qcom
UR4 设备USB转串口,目前已经适配 pl2302芯片的usb转接线
|
class |
RFIDWithUHFUSB_qcom |