public abstract class UHFManager extends java.lang.Object implements UHFFunction
Modifier and Type | Field and Description |
---|---|
static android.content.Context |
con |
EPC, RESERVED, TID, USR
Constructor and Description |
---|
UHFManager() |
Modifier and Type | Method and Description |
---|---|
void |
changeConfig(boolean flag) |
static void |
clearConfigInfo()
清除配置信息,回收当前UHFManager的对象引用 Clear the configuration information and recycle the object reference of the current UHFManager
|
com.uhf.bean.DeviceInfo |
getDeviceInfo()
获取当前设备的一些串口操作信息 Get some serial port operation information of the current device
|
static UHFModuleType |
getType()
获取当前UHF模块类型 Get current UHF module type
|
static UHFManager |
getUHFImplSigleInstance(UHFModuleType type)
获取UHFManager的实例 Get an instance of UHF Manager
|
boolean |
ifJ06()
是否为小i的设备 Determine if it is an i-series
|
boolean |
powerOff()
下电关闭UHF设备
Power down and shut down UHF equipment
|
boolean |
powerOn()
上电打开UHF设备 Power up and turn on the UHF device
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
filterSet, firmwareVerGet, frequenceRange_Get, frequenceRange_Set, frequencyModeGet, frequencyModeGetNotFixedFreq, frequencyModeSet, getLibVer, getUHFModuleType, hardwareVerGet, inventoryModelGet, inventoryModelSet, inventoryWaitTime_Get, inventoryWaitTime_Set, killTag, lockMen, powerGet, powerSet, readTag, readTagFromBuffer, readTagModeGet, readTagModeSet, sessionModeGet, sessionModeSet, slrInventoryModelGet, slrInventoryModeSet, startInventoryTag, stopInventory, unlockMen, updateFirmware, writeDataToEpc, writeTag
public static UHFModuleType getType()
public static void clearConfigInfo()
public static UHFManager getUHFImplSigleInstance(UHFModuleType type)
type
- 参考UHFModuleType Refer UHFModuleTypepublic boolean ifJ06()
public com.uhf.bean.DeviceInfo getDeviceInfo()
public void changeConfig(boolean flag)
public boolean powerOn()
public boolean powerOff()