Package | Description |
---|---|
com.rscja.deviceapi |
Modifier and Type | Class and Description |
---|---|
class |
RFIDWithUHFA4
UHF模块 A4操作类
UHF module operation type 第一步:通过 init(Context context) 连接读写器。Step 1: Connect to the usb of the reader via init(Context context) 第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 startInventoryTag() 函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应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 第一步:通过 init(Context context) 连接读写器。Step 1: Connect to the usb of the reader via init(Context context) 第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 startInventoryTag() 函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应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 |
Modifier and Type | Method and Description |
---|---|
static RFIDWithUHFUART |
RFIDWithUHFUART.getInstance()
获取UHF操作实例
Acquire UHF operation Instance |