public static class UhfI.ST_TagInfo
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
byte |
AntennaID
The antenna ID that read tag
|
byte[] |
CRC
CRC segment
|
byte[] |
EmbededData
Embedded data
|
short |
EmbededDatalen
The length of embedded data, in bytes
|
byte[] |
EpcId
EPC code
|
short |
Epclen
length of EPC, in bytes
|
int |
Frequency
The frequency point that read tag
|
byte[] |
PC
PC segment
|
int |
Phase
phase of received signal
|
UhfI.ST_TagProtocol |
protocol
Tag protocol
|
int |
ReadCnt
Number of times of the tags have been read
|
byte[] |
Res
Reserve
|
int |
RSSI
Received signal strength of tag
|
int |
TimeStamp
The time the tag was read, relative to the time the command to read was issued read was issued, in milliseconds
|
Constructor and Description |
---|
ST_TagInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
UhfI.UII |
getUII()
read tag uii
|
public byte AntennaID
public int Frequency
public int TimeStamp
public short EmbededDatalen
public byte[] EmbededData
public byte[] Res
public short Epclen
public byte[] PC
public byte[] CRC
public byte[] EpcId
public int Phase
public UhfI.ST_TagProtocol protocol
public int ReadCnt
public int RSSI
public java.lang.Object clone()
clone
in class java.lang.Object
public UhfI.UII getUII()