public class AttributeWriteFailedRecord extends ASerialType
value
Constructor and Description |
---|
AttributeWriteFailedRecord() |
AttributeWriteFailedRecord(byte[] v) |
Modifier and Type | Method and Description |
---|---|
AttributeID |
getAttributeId() |
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
UInt8 |
getZCLStatus() |
protected void |
parseValue() |
void |
setAttributeId(AttributeID val) |
void |
setZCLStatus(UInt8 val) |
String |
toString() |
protected void |
updateValue() |
public AttributeWriteFailedRecord()
public AttributeWriteFailedRecord(byte[] v)
protected void parseValue()
parseValue
in class ASerialType
protected void updateValue()
updateValue
in class ASerialType
public UInt8 getZCLStatus()
public void setZCLStatus(UInt8 val)
val
- public AttributeID getAttributeId()
public void setAttributeId(AttributeID val)
val
- 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.