public class AttributeID extends AZigBeeType
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_VALUE |
static int |
MAX_VALUE |
static int |
MIN_VALUE |
value
Constructor and Description |
---|
AttributeID() |
AttributeID(int v) |
Modifier and Type | Method and Description |
---|---|
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
int |
getValue() |
byte |
getZigBeeTypeId() |
void |
setValue(int v) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public static final int MIN_VALUE
public static final int MAX_VALUE
public static final int INVALID_VALUE
public int getValue()
public void setValue(int v)
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 © 2016. All rights reserved.