public class RFIDWithUHFA8 extends RFIDWithUHFAxBase implements IRFIDWithUHFA8
注意:
Attention:
1、使用前请确认您的机器已安装此模块。
1. Make sure this module is installed before using your device.
2、要正常使用模块需要在\libs\armeabi\, \libs\arm64-v8a\目录放置libDeviceAPI.so文件
2. Put libDeviceAPI.so file in directory \libs\armeabi\ , \libs\arm64-v8a\ then module can be used normally.
3、在操作设备前需要调用 RFIDWithUHFUART.init()
打开设备,使用完后调用 RFIDWithUHFUART.free()
关闭设备
3. call RFIDWithUHFUART.init()
to switch on the device before operating the device, call RFIDWithUHFUART.free()
to switch off device after using.
UhfBase.ErrorCode
Bank_EPC, Bank_RESERVED, Bank_TID, Bank_USER, LockBank_ACCESS, LockBank_EPC, LockBank_KILL, LockBank_TID, LockBank_USER, LockMode_LOCK, LockMode_OPEN, LockMode_PLOCK, LockMode_POPEN, UPDATE_UHF
限定符和类型 | 方法和说明 |
---|---|
static RFIDWithUHFA8 |
getInstance() |
java.util.List<GpioInputState> |
inputStatus() |
boolean |
output3Off() |
boolean |
output3On() |
boolean |
output4Off() |
boolean |
output4On() |
buzzer, getANT, getAntennaPower, getAntennaWorkTime, led, setANT, setAntennaPower, setAntennaWorkTime, successNotify
blockWriteData, eraseData, eraseData, free, generateLockCode, getConnectStatus, getCW, getEPCAndTIDUserMode, getEPCAndTIDUserModeEx, getErrCode, getFrequencyMode, getGen2, getPower, getProtocol, getPwm, getQTPara, getRFLink, getTemperature, getVersion, init_R2000, init, init, inventorySingleTag, isPowerOn, isWorking, killTag, killTag, lockMem, lockMem, readData, readData, readTagFromBuffer, setConnectionStatusCallback, setCW, setEPCAndTIDMode, setEPCAndTIDUserMode, setEPCAndTIDUserModeEx, setEPCAndUserReservedModeEx, setEPCMode, setFastID, setFilter, setFreHop, setFrequencyMode, setGen2, setInventoryCallback, setPower, setPowerOnBySystem, setProtocol, setPwm, setQTPara, setRFLink, setTagFocus, setUart, startInventoryTag, startInventoryTag, startLocation, stopInventory, stopLocation, uhfBlockPermalock, uhfGBTagLock, uhfGBTagLock, uhfJump2Boot, uhfStartUpdate, uhfStopUpdate, uhfUpdating, writeData, writeData, writeDataToEpc, writeDataToEpc
getANT, getAntennaPower, getAntennaWorkTime, setANT, setAntennaPower, setAntennaWorkTime
public static RFIDWithUHFA8 getInstance() throws ConfigurationException
public boolean output4Off()
output4Off
在接口中 IRFIDWithUHFA8
public boolean output4On()
output4On
在接口中 IRFIDWithUHFA8
public boolean output3Off()
output3Off
在接口中 IRFIDWithUHFA8
public boolean output3On()
output3On
在接口中 IRFIDWithUHFA8
public java.util.List<GpioInputState> inputStatus()
inputStatus
在接口中 IRFIDWithUHFA8