public class ZCLStatusEnum extends AZigBeeType
Modifier and Type | Class and Description |
---|---|
static class |
ZCLStatusEnum.ConcreteZCLStatusEnum |
value
Constructor and Description |
---|
ZCLStatusEnum() |
ZCLStatusEnum(byte code) |
Modifier and Type | Method and Description |
---|---|
byte |
getCode() |
static ZCLStatusEnum.ConcreteZCLStatusEnum |
getConcreteZCLStatusEnum(byte v) |
String |
getLabel() |
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
byte |
getValue() |
byte |
getZigBeeTypeId() |
void |
setValue(byte v) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public ZCLStatusEnum()
public ZCLStatusEnum(byte code)
public byte getValue()
public void setValue(byte v)
public static ZCLStatusEnum.ConcreteZCLStatusEnum getConcreteZCLStatusEnum(byte v)
public byte getCode()
public String getLabel()
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.