public class Int64 extends AZigBeeType
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 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 © 2015. All rights reserved.