public class ZigBeeArray<T extends AZigBeeType> extends AZigBeeType
value
Constructor and Description |
---|
ZigBeeArray() |
ZigBeeArray(Class<T> clazz,
int lengthSize) |
ZigBeeArray(Class<T> clazz,
int lengthSize,
byte[] v) |
ZigBeeArray(Class<T> clazz,
int lengthSize,
List<T> v) |
Modifier and Type | Method and Description |
---|---|
int |
getElementCount() |
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
List<T> |
getValue() |
byte |
getZigBeeTypeId() |
void |
setValue(List<T> v) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public int getElementCount()
public byte getZigBeeTypeId()
getZigBeeTypeId
in class AZigBeeType
public String toString()
toString
in class ASerialType
public int getMinLength()
getMinLength
in class ASerialType
public int getTypeLength(byte[] ba, int offset)
getTypeLength
in class ASerialType
Copyright © 2015. All rights reserved.