public class UrxUsb_qcom extends UrxUsbBase_qcom
构造器和说明 |
---|
UrxUsb_qcom(UsbBase_qcom usbBase) |
限定符和类型 | 方法和说明 |
---|---|
UsbDevice |
closeport() |
UHFTAGInfo |
getUHFTAGInfo() |
UsbDeviceConnection |
getUsbDeviceConnection() |
void |
init(Context context) |
boolean |
isInventorying() |
int |
openPort(UsbDevice device) |
byte[] |
sendAndReceive(byte[] sendData) |
byte[] |
sendAndReceive(byte[] bytes,
boolean isClean) |
int |
sendData(byte[] bytes) |
int |
sendData(byte[] bytes,
boolean isClean) |
void |
startInventory() |
void |
stopInventory() |
getConnectionStatus, getDeviceList, getUsbDevice, setConnectionStatusCallback, setDataCallback
public UrxUsb_qcom(UsbBase_qcom usbBase)
public void init(Context context)
init
在类中 UsbBase_qcom
public int openPort(UsbDevice device)
openPort
在类中 UsbBase_qcom
public UsbDevice closeport()
closeport
在类中 UsbBase_qcom
public int sendData(byte[] bytes)
sendData
在类中 UsbBase_qcom
public int sendData(byte[] bytes, boolean isClean)
sendData
在类中 UrxUsbBase_qcom
public byte[] sendAndReceive(byte[] bytes, boolean isClean)
sendAndReceive
在类中 UrxUsbBase_qcom
public byte[] sendAndReceive(byte[] sendData)
sendAndReceive
在类中 UrxUsbBase_qcom
public UHFTAGInfo getUHFTAGInfo()
getUHFTAGInfo
在类中 UrxUsbBase_qcom
public void startInventory()
startInventory
在类中 UrxUsbBase_qcom
public void stopInventory()
stopInventory
在类中 UrxUsbBase_qcom
public boolean isInventorying()
public UsbDeviceConnection getUsbDeviceConnection()
getUsbDeviceConnection
在类中 UsbBase_qcom