public class Boolean extends AZigBeeType
Modifier and Type | Field and Description |
---|---|
static Boolean |
FALSE |
static Boolean |
TRUE |
value
Constructor and Description |
---|
Boolean() |
Modifier and Type | Method and Description |
---|---|
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
boolean |
getValue() |
byte |
getZigBeeTypeId() |
void |
setValue(boolean b) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public boolean getValue()
public void setValue(boolean b)
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.