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