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