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