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