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