Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

R

R1HFAndPsamManage - Class in com.rscja.deviceapi
R1设备高频和PSAM操作类
R1 device HF and PSAM operation interfaces

第一步:通过R1HFAndPsamManage.connect(Context context) 连接读写器。
Step 1: Connect to the usb of the reader viaR1HFAndPsamManage.connect(Context context)

第二步:获取相关接口对象R1HFAndPsamManage.getHF14443A()R1HFAndPsamManage.getHF14443B()R1HFAndPsamManage.getHF15693()R1HFAndPsamManage.getPSAM()
Step 2:Gets the associated interface object R1HFAndPsamManage.getHF14443A()R1HFAndPsamManage.getHF14443B()R1HFAndPsamManage.getHF15693()R1HFAndPsamManage.getPSAM()



Example Usage:
public void HFDemo() {   R1HFAndPsamManage rfid = R1HFAndPsamManage.getInstance();   if (!rfid.connect(context)) {    //fail    return;   }   IHF14443A ihf14443A = rfid.getHF14443A();   IHF14443B ihf14443B = rfid.getHF14443B();   IHF15693 ihf15693 = rfid.getHF15693();   IPSAM ipsam = rfid.getPSAM();   HF14443RequestEntity entity = ihf14443A.requestTypeA();   if (entity == null) {    //"Card not found!"    return;   }   byte cMode = 0x60:A ; 0x61:B   byte cBlock;   byte[] txtKey;//6bytes   boolean reuslt = ihf14443A.authentication(cMode, cBlock, txtKey);   if (!reuslt) {    //The key validation fail    return;   }   //................
rats() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443A4CPU
CPU卡RATS操作指令
CPU card RATS operation command
rats() - Method in class com.rscja.deviceapi.RFIDWithISO14443A4CPU
CPU卡RATS操作指令
CPU card RATS operation command
ratsTypeA() - Method in interface com.rscja.deviceapi.interfaces.IHF14443A
CPU卡RATS操作指令(CPU card RATS operation command)
read(HF15693RequestEntity, int) - Method in interface com.rscja.deviceapi.interfaces.IHF15693
读卡(Read card)
read(String, RFIDWithISO14443A.KeyType, int, int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443A
读卡,此函数包含寻卡和验证密钥步骤
Read card, this formula includes card search and key verfication procedure
read(int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443A
读卡,适用于Urltra light标签
card reading, used for Urltra light tag
read(int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO15693
读取块数据
read block data
read(int, int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO15693
读取块数据
block data
read(String, RFIDWithISO14443A.KeyType, int, int) - Method in class com.rscja.deviceapi.RFIDWithISO14443A
读卡,此函数包含寻卡和验证密钥步骤
Read card, this formula includes card search and key verfication procedure
read(int) - Method in class com.rscja.deviceapi.RFIDWithISO14443A
读卡,适用于Urltra light标签
card reading, used for Urltra light tag
read(int) - Method in class com.rscja.deviceapi.RFIDWithISO15693
读取块数据
read block data
read(int, int) - Method in class com.rscja.deviceapi.RFIDWithISO15693
读取块数据
block data
readAllData(String, RFIDWithISO14443A.TagType) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443A
读卡,读取卡片所有块中的数据
Card reading, read data of all blocks in the card
readAllData(String, RFIDWithISO14443A.TagType) - Method in class com.rscja.deviceapi.RFIDWithISO14443A
读卡,读取卡片所有块中的数据
Card reading, read data of all blocks in the card
readAnimalTags(int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
读取动物标签信息
read animal tag infor
readAnimalTags(int) - Method in class com.rscja.deviceapi.RFIDWithLF
读取动物标签信息
read animal tag infor
readBlock(byte) - Method in interface com.rscja.deviceapi.interfaces.IHF14443A
读卡(Read card)
readChipSN() - Method in class com.rscja.deviceapi.Fingerprint
获取芯片序列号
acquire chip serial number
readChipSN() - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
获取芯片序列号
acquire chip serial number
readData(String, int, int, int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithUHFRLM
 
readData(String, int, int, int, String) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithUHFRLM
 
readData(String, int, int, int) - Method in interface com.rscja.deviceapi.interfaces.IUHF
读取标签数据
Read tag data
readData(String, int, int, int, String, int, int, int) - Method in interface com.rscja.deviceapi.interfaces.IUHF
读取指定标签数据
Read specific tag data
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
读取标签的数据(Read tag data)
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
读取指定标签的数据(Read the data of the specified tag)
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
读取标签的数据(Read tag data)
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
读取指定标签的数据(Read the data of the specified tag)
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
读取标签的数据(Read tag data)
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
读取指定标签的数据(Read the data of the specified tag)
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
读取标签的数据(Read tag data)
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
读取指定标签的数据(Read the data of the specified tag)
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
 
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
 
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFRLM
 
readData(String, int, int, int, String) - Method in class com.rscja.deviceapi.RFIDWithUHFRLM
 
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUART
 
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUART
 
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
 
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
 
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
读取标签数据
Read tag data
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
读取指定标签数据
Read specific tag data
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
 
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
 
readData(String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
 
readData(String, int, int, int, String, int, int, int) - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
 
readDataWith4305Card(int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
读4305卡的某一页(0~31)数据
read card 4305 data of random page (0-31)
readDataWith4305Card(int) - Method in class com.rscja.deviceapi.RFIDWithLF
读4305卡的某一页(0~31)数据
read card 4305 data of random page (0-31)
readDataWithHitagS(int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
读取Hitag S卡中的某一页的数据
Read data of random page in Hitag S card
readDataWithHitagS(int) - Method in class com.rscja.deviceapi.RFIDWithLF
读取Hitag S卡中的某一页的数据
Read data of random page in Hitag S card
readDataWithIDCard(int) - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
读卡,用于ID卡
card reading, used for ID card
readDataWithIDCard(int) - Method in class com.rscja.deviceapi.RFIDWithLF
读卡,用于ID卡
card reading, used for ID card
ReaderIPEntity - Class in com.rscja.deviceapi.entity
 
ReaderIPEntity() - Constructor for class com.rscja.deviceapi.entity.ReaderIPEntity
 
ReaderIPEntity(String, int) - Constructor for class com.rscja.deviceapi.entity.ReaderIPEntity
 
readSysPara() - Method in class com.rscja.deviceapi.Fingerprint
获取系统参数,仅返回版本号
Acquire system parameter, return version number only
readSysPara() - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
获取系统参数,仅返回版本号
Acquire system parameter, return version number only
readSysParaMore() - Method in class com.rscja.deviceapi.Fingerprint
获取系统参数
Acquire system parameter
readSysParaMore() - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
获取系统参数
Acquire system parameter
readTagFromBuffer() - Method in interface com.rscja.deviceapi.interfaces.IUHF
获取缓冲区的标签数据
Get tag data from buffer
IUHF.startInventoryTag()启动识别标签之后,在子线程循环调用此函数不断获取缓冲区的标签信息,每次返回一张标签数据
IUHF.startInventoryTag() After tag reading has been enabled, call this function in sub threads to get data information continously, return one tag information for each time.
在调用IUHF.stopInventory()之后,应当退出子线程。
After call IUHF.stopInventory(), exit sub threads.
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
接收循环盘点的标签数据
Receive label data for cycle count
创建一个子线程调用此方法获取标签数据,此方法非阻塞模式。此方法只负责从数据缓冲区获取标签数据,如果数据缓冲区没有标签数据,将返回NULL。
Create a child thread to call this method to get tag data, this method is non-blocking mode.
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
接收循环盘点的标签数据
Receive label data for cycle count
创建一个子线程调用此方法获取标签数据,此方法非阻塞模式。此方法只负责从数据缓冲区获取标签数据,如果数据缓冲区没有标签数据,将返回NULL。
Create a child thread to call this method to get tag data, this method is non-blocking mode.
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
接收循环盘点的标签数据
Receive label data for cycle count
创建一个子线程调用此方法获取标签数据,此方法非阻塞模式。此方法只负责从数据缓冲区获取标签数据,如果数据缓冲区没有标签数据,将返回NULL。
Create a child thread to call this method to get tag data, this method is non-blocking mode.
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
接收循环盘点的标签数据
Receive label data for cycle count
创建一个子线程调用此方法获取标签数据,此方法非阻塞模式。此方法只负责从数据缓冲区获取标签数据,如果数据缓冲区没有标签数据,将返回NULL。
Create a child thread to call this method to get tag data, this method is non-blocking mode.
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
 
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFRLM
 
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFUART
 
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
 
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUart
获取缓冲区的标签数据
Get tag data from buffer
RFIDWithUHFUrxUart.startInventoryTag()启动识别标签之后,在子线程循环调用此函数不断获取缓冲区的标签信息,每次返回一张标签数据
RFIDWithUHFUrxUart.startInventoryTag() After tag reading has been enabled, call this function in sub threads to get data information continously, return one tag information for each time.
在调用RFIDWithUHFUrxUart.stopInventory()之后,应当退出子线程。
After call RFIDWithUHFUrxUart.stopInventory(), exit sub threads.
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFUrxUsbToUart
 
readTagFromBuffer() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
 
readTagFromBufferList() - Method in interface com.rscja.deviceapi.interfaces.IUhfReader
获取缓冲区的标签数据
Acquire tag data in buffer
#startInventoryTag() 启动识别标签之后,在子线程循环调用此函数不断获取缓冲区的标签信息,此函数只返回EPC数据
#startInventoryTag() after enable identify tag, acquire tag information in buffer by this function in sub thread, this fucntion will return EPC data only
在调用#stopInventory() 之后,应当退出子线程。
after call #stopInventory() , exit sub tread.
readTagFromBufferList() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
获取缓冲区的标签数据
Acquire tag data in buffer
RFIDWithUHFBLE.startInventoryTag()启动识别标签之后,在子线程循环调用此函数不断获取缓冲区的标签信息,此函数只返回EPC数据
RFIDWithUHFBLE.startInventoryTag() after enable identify tag, acquire tag information in buffer by this function in sub thread, this fucntion will return EPC data only
在调用RFIDWithUHFBLE.stopInventory()之后,应当退出子线程。
after call RFIDWithUHFBLE.stopInventory(), exit sub tread.
备注: 读写器主板版 2.20-2.29 此函数支持输出Rssi,不需要调用readTagFromBufferList_EpcTidUser
readTagFromBufferList() - Method in class com.rscja.deviceapi.RFIDWithUHFUSB
 
readTagFromBufferList_EpcTidUser() - Method in interface com.rscja.deviceapi.interfaces.IUhfBle
 
readTagFromBufferList_EpcTidUser() - Method in class com.rscja.deviceapi.RFIDWithUHFBLE
Deprecated.
readUnsignedInt64(byte[]) - Static method in class com.rscja.utility.StringUtility
读取无符号位的长整数,64位
readWithNeedleTag() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithLF
读数据,针对针管标签
read data, for needle tube tag
readWithNeedleTag() - Method in class com.rscja.deviceapi.RFIDWithLF
读数据,针对针管标签
read data, for needle tube tag
readyUpgradeTcpService() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
 
readyUpgradeTcpService() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
升级UHF Tcp服务器程序第一步,准备升级TCP服务程序
readyUpgradeTcpService() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
升级UHF Tcp服务器程序第一步,准备升级TCP服务程序
readyUpgradeTcpService() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
升级UHF Tcp服务器程序第一步,准备升级TCP服务程序
readyUpgradeTcpService() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
升级UHF Tcp服务器程序第一步,准备升级TCP服务程序
rebootDevice() - Method in interface com.rscja.deviceapi.interfaces.IUHFURAxExtend
 
rebootDevice() - Method in class com.rscja.deviceapi.RFIDWithUHFA4NetWork
重启设备
rebootDevice() - Method in class com.rscja.deviceapi.RFIDWithUHFA4RS232
重启设备
rebootDevice() - Method in class com.rscja.deviceapi.RFIDWithUHFA8NetWork
重启设备
rebootDevice() - Method in class com.rscja.deviceapi.RFIDWithUHFA8RS232
重启设备
receive(byte[]) - Method in interface com.rscja.deviceapi.BluetoothReader.OnDataChangeListener
 
receive() - Method in class com.rscja.deviceapi.Infrared
接收数据
Receive data
receive(byte[]) - Method in interface com.rscja.deviceapi.interfaces.IBluetoothData.OnBleDataChangeListener
 
receive() - Method in interface com.rscja.deviceapi.interfaces.IInfrared
接收数据
Receive data
receive() - Method in interface com.rscja.deviceapi.interfaces.IModule
接收数据,读取串口数据会等待1秒钟
Receive data
receive() - Method in class com.rscja.deviceapi.Module
接收数据,读取串口数据会等待1秒钟
Receive data
receiveData(byte[]) - Method in interface com.rscja.deviceapi.interfaces.IPrinter
接收串口数据
receive serial port data
receiveData(byte[]) - Method in class com.rscja.deviceapi.Printer
接收串口数据
receive serial port data
receiveEx() - Method in interface com.rscja.deviceapi.interfaces.IModule
接收数据,读取串口数据无等待时间
Receive data
receiveEx() - Method in class com.rscja.deviceapi.Module
接收数据,读取串口数据无等待时间
Receive data
regModel() - Method in class com.rscja.deviceapi.Fingerprint
合并特征文件。将模板缓冲区1与模板缓冲区2中的模板文件合并生成模板,结果存于模板缓冲区1。
Combine feature file.
regModel() - Method in interface com.rscja.deviceapi.interfaces.IFingerprint
合并特征文件。将模板缓冲区1与模板缓冲区2中的模板文件合并生成模板,结果存于模板缓冲区1。
Combine feature file.
releasePrinterGpio() - Method in interface com.rscja.deviceapi.interfaces.IPrinter
 
releasePrinterGpio() - Method in class com.rscja.deviceapi.Printer
 
removeLiveAPP(String[]) - Method in interface com.rscja.system.ISystemInterfaces
移除保活APP
request() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443A
寻卡
Search card
request() - Method in class com.rscja.deviceapi.RFIDWithISO14443A
寻卡
Search card
request15693() - Method in interface com.rscja.deviceapi.interfaces.IHF15693
寻卡(Search card)
requestTypeA() - Method in interface com.rscja.deviceapi.interfaces.IHF14443A
寻卡(Search card)
requestTypeA(int) - Method in interface com.rscja.deviceapi.interfaces.IHF14443A
寻卡(Search card)
reset() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443A4CPU
CPU卡复位操作指令
CPU card reset operation command
reset() - Method in interface com.rscja.deviceapi.interfaces.IRFIDWithISO14443B
CPU卡复位操作指令
CPU card reset operation commande
reset() - Method in class com.rscja.deviceapi.RFIDWithISO14443A4CPU
CPU卡复位操作指令
CPU card reset operation command
reset() - Method in class com.rscja.deviceapi.RFIDWithISO14443B
CPU卡复位操作指令
CPU card reset operation commande
resetScan(Context) - Method in interface com.rscja.scanner.IScanner
键盘助手恢复出厂设置
Restore factory setup
resetScan(Context) - Method in class com.rscja.scanner.utility.ScannerUtility
 
resetTypeB() - Method in interface com.rscja.deviceapi.interfaces.IHF14443B
寻卡(Search card)
responseCancel() - Method in class com.rscja.deviceapi.FingerprintWithFIPS
取消当前操作
Cancel current operation
responseCancel() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithFIPS
取消当前操作
Cancel current operation
responseContinue() - Method in class com.rscja.deviceapi.FingerprintWithFIPS
继续当前操作
Continue current operation
responseContinue() - Method in interface com.rscja.deviceapi.interfaces.IFingerprintWithFIPS
继续当前操作
Continue current operation
restoreDefault() - Method in interface com.rscja.deviceapi.interfaces.IPrinter
参数还原默认值
parameter reset to default
restoreDefault() - Method in class com.rscja.deviceapi.Printer
参数还原默认值
parameter reset to default
RESULT_STATUS - Static variable in class com.idata.scanner.decoder.ConstantUtil
 
reverse(byte[]) - Static method in class com.rscja.utility.StringUtility
逆转字节数组
RFIDArgumentException - Exception in com.rscja.deviceapi.exception
参数错误异常
parameter err
RFIDArgumentException(String) - Constructor for exception com.rscja.deviceapi.exception.RFIDArgumentException
 
RFIDBase - Class in com.rscja.deviceapi
 
RFIDBase() - Constructor for class com.rscja.deviceapi.RFIDBase
 
RFIDNotFoundException - Exception in com.rscja.deviceapi.exception
寻卡失败异常
card searching failed err
RFIDNotFoundException() - Constructor for exception com.rscja.deviceapi.exception.RFIDNotFoundException
 
RFIDReadFailureException - Exception in com.rscja.deviceapi.exception
读卡失败异常
card reading failure err
RFIDReadFailureException() - Constructor for exception com.rscja.deviceapi.exception.RFIDReadFailureException
 
rfidUpgrade(int, int, int, byte[]) - Method in interface com.rscja.deviceapi.interfaces.IRFIDBase
固件升级
firmware upgrade
rfidUpgrade(int, int, int, byte[]) - Method in class com.rscja.deviceapi.RFIDBase
固件升级
firmware upgrade
RFIDVerificationException - Exception in com.rscja.deviceapi.exception
验证失败异常
verify failure err
RFIDVerificationException() - Constructor for exception com.rscja.deviceapi.exception.RFIDVerificationException
 
RFIDWithISO14443A - Class in com.rscja.deviceapi
RFID模块ISO14443A协议操作类
RFID module ISO 14443A protocol operation type
RFIDWithISO14443A.DESFireEncryptionTypekEnum - Enum in com.rscja.deviceapi
DESFire卡加密类型
DESFire card encyption type
RFIDWithISO14443A.DESFireFileTypekEnum - Enum in com.rscja.deviceapi
DESFire卡文件类型
DESFire card file typr
RFIDWithISO14443A.KeyType - Enum in com.rscja.deviceapi
密钥类型,适用于S50和S70标签。
key type, used for S50 and S70 tags.
RFIDWithISO14443A.TagType - Enum in com.rscja.deviceapi
M1标签类型定义
M1 tag type definition
RFIDWithISO14443A4CPU - Class in com.rscja.deviceapi
RFID模块ISO14443A CPU卡协议操作类
RFID module ISO14443A CPU card protocol operation type
RFIDWithISO14443B - Class in com.rscja.deviceapi
RFID模块ISO14443B协议操作类
RFID module ISO14443B protocol operation type
RFIDWithISO15693 - Class in com.rscja.deviceapi
RFID模块ISO15693协议操作类,
RFID module ISO15639 protocol operation type
RFIDWithISO15693.TagType - Enum in com.rscja.deviceapi
标签类型
Tag type
RFIDWithLF - Class in com.rscja.deviceapi
RFID低频(125K)操作类
RFID LF (125K) operation type
RFIDWithUHFA4 - Class in com.rscja.deviceapi
UHF模块 A4操作类
UHF module operation type
第一步:通过RFIDWithUHFUART.init(Context context) 连接读写器。
Step 1: Connect to the usb of the reader viaRFIDWithUHFUART.init(Context context)

第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用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.
RFIDWithUHFA4NetWork - Class in com.rscja.deviceapi
操作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 viaRFIDWithUHFA4NetWork.setIPAndPort(String ip, int port)-> RFIDWithUHFA4NetWork.init(Context context).
RFIDWithUHFA4NetWork() - Constructor for class com.rscja.deviceapi.RFIDWithUHFA4NetWork
 
RFIDWithUHFA4RS232 - Class in com.rscja.deviceapi
操作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 viaRFIDWithUHFA4RS232.setUart(String path)-> RFIDWithUHFA4RS232.init(Context context).
RFIDWithUHFA8 - Class in com.rscja.deviceapi
UHF模块 A8操作类
UHF module operation type
第一步:通过RFIDWithUHFUART.init(Context context) 连接读写器。
Step 1: Connect to the usb of the reader viaRFIDWithUHFUART.init(Context context)

第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用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.
RFIDWithUHFA8NetWork - Class in com.rscja.deviceapi
操作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 viaRFIDWithUHFA8NetWork.setIPAndPort(String ip, int port)-> RFIDWithUHFA8NetWork.init(Context context).
RFIDWithUHFA8NetWork() - Constructor for class com.rscja.deviceapi.RFIDWithUHFA8NetWork
 
RFIDWithUHFA8RS232 - Class in com.rscja.deviceapi
操作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 viaRFIDWithUHFA8RS232.setUart(String path)-> RFIDWithUHFA8RS232.init(Context context).
RFIDWithUHFAxBase - Class in com.rscja.deviceapi
 
RFIDWithUHFBLE - Class in com.rscja.deviceapi
UHF模块低功耗蓝牙操作类
UHF module operation type
RFIDWithUHFRLM - Class in com.rscja.deviceapi
 
RFIDWithUHFUART - Class in com.rscja.deviceapi
UHF模块手持机,串口通信操作类
UHF module handheld, serial communication operation interface
第一步:通过RFIDWithUHFUART.init(Context context) 连接读写器。
Step 1: Connect to the usb of the reader viaRFIDWithUHFUART.init(Context context)

第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用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.
RFIDWithUHFUrxNetwork - Class in com.rscja.deviceapi
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.
RFIDWithUHFUrxNetwork() - Constructor for class com.rscja.deviceapi.RFIDWithUHFUrxNetwork
 
RFIDWithUHFUrxUart - Class in com.rscja.deviceapi
URx 模块,串口通信操作类
URx module , serial communication operation interface
第一步:通过RFIDWithUHFUrxUart.init(Context context) 连接读写器。
Step 1: Connect to the usb of the reader viaRFIDWithUHFUrxUart.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.
RFIDWithUHFUrxUsbToUart - Class in com.rscja.deviceapi
URx 模块,串口通信操作类
URx module , serial communication operation interface
第一步:通过RFIDWithUHFUrxUsbToUart.init(Context context) 连接读写器。
Step 1: Connect to the usb of the reader viaRFIDWithUHFUrxUsbToUart.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.
RFIDWithUHFUSB - Class in com.rscja.deviceapi
UHF模块手持机,USB通信操作类
UHF module handheld, USB operation interface
第一步:通过RFIDWithUHFUSB.init(Context context) 连接读写器。
Step 1: Connect to the usb of the reader viaRFIDWithUHFUSB.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.
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links