public static final class UhfH.UII
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UhfH.UII.EPC |
static class |
UhfH.UII.PC |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object uii) |
byte[] |
getBytes()
Gets a UII byte string representation
|
UhfH.UII.EPC |
getEpc()
获取Epc的字节串表示
因Uii必须为完全匹配,只有EPC并不能完全指定一个标签,所以暂时隐藏
|
static UhfH.UII |
getNewInstanceByBytes(byte[] uii,
int start)
Through a UII containing byte string object to get the corresponding representation
|
UhfH.UII.PC |
getPc() |
int |
getUiiLength()
Gets a UII byte string represent length
|
int |
hashCode() |
public static UhfH.UII getNewInstanceByBytes(byte[] uii, int start)
uii -
UII byte stringstart -
Mean UII in a string of bytes of the start addressjava.lang.IllegalArgumentException -
Unable to read corresponding UII data public byte[] getBytes()
public int getUiiLength()
public UhfH.UII.EPC getEpc()
public UhfH.UII.PC getPc()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object uii)
equals in class java.lang.Object