public class AnyType extends AZigBeeType
Modifier and Type | Class and Description |
---|---|
protected static class |
AnyType.ZigBeeType |
value
Constructor and Description |
---|
AnyType() |
AnyType(AZigBeeType v) |
Modifier and Type | Method and Description |
---|---|
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
AZigBeeType |
getValue() |
byte |
getZigBeeTypeId() |
void |
setValue(AZigBeeType val) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public AnyType()
public AnyType(AZigBeeType v)
public AZigBeeType getValue()
public void setValue(AZigBeeType val)
public byte getZigBeeTypeId()
getZigBeeTypeId
in class AZigBeeType
public int getMinLength()
getMinLength
in class ASerialType
public int getTypeLength(byte[] ba, int offset)
getTypeLength
in class ASerialType
public String toString()
toString
in class ASerialType
Copyright © 2016. All rights reserved.