public class RFIDWithUHFA4 extends RFIDWithUHFAxBase implements IRFIDWithUHFA4
RFIDWithUHFUART.init(Context context)
连接读写器。RFIDWithUHFUART.init(Context context)
RFIDWithUHFUART.startInventoryTag()
函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUART.stopInventory()
函数。RFIDWithUHFUART.startInventoryTag()
function to start the inventory.
* Note: The rfid module can only respond to the RFIDWithUHFUART.stopInventory()
function when inventorying tags.RFIDWithUHFUART.free()
断开连接,如果断开之前正在盘点,请先停止盘点,在断开连接。RFIDWithUHFUART.free()
to disconnect. If you are taking inventory before disconnecting, please stop the inventory first and then disconnecting.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
Modifier and Type | Method and Description |
---|---|
static RFIDWithUHFA4 |
getInstance() |
java.util.List<GPIStateEntity> |
inputStatus()
input status
|
boolean |
output1Off()
gpio 1 off
|
boolean |
output1On()
gpio 1 on
|
boolean |
output2Off()
gpio 2 off
|
boolean |
output2On()
gpio2 on
|
boolean |
output3Off()
gpio OptoCoupler3 off
|
boolean |
output3On()
gpio OptoCoupler3 on
|
boolean |
output4Off()
gpio OptoCoupler4 off
|
boolean |
output4On()
gpio OptoCoupler4 on
|
boolean |
outputWgData0Off()
gpio WgData0 off
|
boolean |
outputWgData0On()
gpio WgData0 on
|
boolean |
outputWgData1Off()
gpio WgData1 off
|
boolean |
outputWgData1On()
gpio WgData1 on
|
buzzer, getANT, getAntennaPower, getAntennaWorkTime, led, setANT, setAntennaPower, setAntennaWorkTime, successNotify
blockWriteData, eraseData, eraseData, free, generateLockCode, getConnectStatus, getCW, getEPCAndTIDUserMode, getErrCode, getFrequencyMode, getGen2, getHardwareVersion, getPower, getProtocol, getPwm, getRFLink, getTemperature, getVersion, init_R2000, init, init, inventorySingleTag, isPowerOn, isWorking, killTag, killTag, lockMem, lockMem, readData, readData, readTagFromBuffer, setConnectionStatusCallback, setCW, setEPCAndTIDMode, setEPCAndTIDUserMode, setEPCAndUserReservedModeEx, setEPCMode, setFastID, setFilter, setFreHop, setFrequencyMode, setGen2, setInventoryCallback, setPower, setPowerOnBySystem, setProtocol, setPwm, setRFLink, setTagFocus, setUart, startInventoryTag, startInventoryTag, startLocation, stopInventory, stopLocation, uhfBlockPermalock, uhfJump2Boot, uhfJump2Boot, uhfStartUpdate, uhfStopUpdate, uhfUpdating, writeData, writeData, writeDataToEpc, writeDataToEpc
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getANT, getAntennaPower, getAntennaWorkTime, setANT, setAntennaPower, setAntennaWorkTime
public static RFIDWithUHFA4 getInstance() throws ConfigurationException
ConfigurationException
public boolean output2Off()
output2Off
in interface IRFIDWithUHFA4
public boolean output2On()
output2On
in interface IRFIDWithUHFA4
public boolean output1Off()
output1Off
in interface IRFIDWithUHFA4
public boolean output1On()
output1On
in interface IRFIDWithUHFA4
public java.util.List<GPIStateEntity> inputStatus()
inputStatus
in interface IRFIDWithUHFA4
public boolean output3On()
output3On
in interface IRFIDWithUHFA4
public boolean output3Off()
output3Off
in interface IRFIDWithUHFA4
public boolean output4On()
output4On
in interface IRFIDWithUHFA4
public boolean output4Off()
output4Off
in interface IRFIDWithUHFA4
public boolean outputWgData0On()
outputWgData0On
in interface IRFIDWithUHFA4
public boolean outputWgData0Off()
outputWgData0Off
in interface IRFIDWithUHFA4
public boolean outputWgData1On()
outputWgData1On
in interface IRFIDWithUHFA4
public boolean outputWgData1Off()
outputWgData1Off
in interface IRFIDWithUHFA4