|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagData
com.thingmagic.Ipx64.TagData
public static class Ipx64.TagData
This class extends TagData
to represent the details of an
iPx RFID tag.
Constructor Summary | |
---|---|
Ipx64.TagData(byte[] bEpc)
Construct an iPx tag data from a byte array. |
|
Ipx64.TagData(byte[] bEPC,
byte[] newPC)
|
|
Ipx64.TagData(byte[] bEPC,
byte[] crc,
byte[] newPC)
Construct an IPX64 tag data from a byte array. |
|
Ipx64.TagData(java.lang.String sEpc)
Construct an iPx tag data from a hexadecimal string. |
|
Ipx64.TagData(java.lang.String sEPC,
java.lang.String sCRC)
Construct an ISO 18000-6B tag data from a hexadecimal string. |
Method Summary | |
---|---|
TagProtocol |
getProtocol()
Returns the protocol of this tag. |
byte[] |
pcBytes()
|
java.lang.String |
toString()
|
Methods inherited from class com.thingmagic.TagData |
---|
crcBytes, epcBytes, epcString, equals, hashCode, matches |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Ipx64.TagData(java.lang.String sEpc)
sEpc
- Hex string.public Ipx64.TagData(byte[] bEpc)
bEpc
- Bytes of EPC.public Ipx64.TagData(byte[] bEPC, byte[] newPC)
public Ipx64.TagData(byte[] bEPC, byte[] crc, byte[] newPC)
bEPC
- EPC bytes. Must be 8 bytescrc
- CRC bytespublic Ipx64.TagData(java.lang.String sEPC, java.lang.String sCRC)
sEPC
- Hex string. Must be 8 bytes (16 hex digits)sCRC
- Hex string. Must be 2 bytes (4 hex digits)Method Detail |
---|
public TagProtocol getProtocol()
TagData
getProtocol
in class TagData
public byte[] pcBytes()
public java.lang.String toString()
toString
in class TagData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |