public class Bitmap24 extends AZigBeeType
value
Modifier and Type | Method and Description |
---|---|
void |
clearBit(int pos) |
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
byte[] |
getValue() |
byte |
getZigBeeTypeId() |
boolean |
isBitSet(int pos) |
void |
setBit(int pos) |
void |
setValue(byte[] v) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public byte[] getValue()
public void setValue(byte[] v)
public boolean isBitSet(int pos)
public void setBit(int pos)
public void clearBit(int pos)
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.