public class InventoryData
extends java.lang.Object
Constructor and Description |
---|
InventoryData(byte[] data) |
InventoryData(InventoryData inventoryData) |
Modifier and Type | Method and Description |
---|---|
int |
getAntenna()
Get the antenna port number.
|
byte[] |
getEpcId()
Get the EPC ID field of EPC bank data.
|
byte[] |
getEpcPc()
Get the PC field of EPC bank data.
|
long |
getFrequency()
Get the frequency which is used to identify the tag.
|
byte |
getRssi()
Get the RSSI input power.
|
public InventoryData(InventoryData inventoryData)
public InventoryData(byte[] data)
public long getFrequency()
public byte getRssi()
public int getAntenna()
public byte[] getEpcPc()
public byte[] getEpcId()