Interface ZCLReadStatusRecord
public interface ZCLReadStatusRecord
This interface the reading result of
ZCLCluster.readAttributes(ZCLAttributeInfo[]).- Author:
- $Id: f393e76f3d6ed64798c09314d26fe6526e5c65a3 $
-
Method Summary
Modifier and TypeMethodDescriptionReturns theZCLAttributeInforelated to the reading operation.Returns the potential failure of the reading operation.getValue()Returns the value of the related read attribute.
-
Method Details
-
getValue
-
getFailure
ZigBeeException getFailure()Returns the potential failure of the reading operation.- Returns:
- null in case of success, otherwise the
ZigBeeExceptionspecifying the failing of the reading.
-
getAttributeInfo
ZCLAttributeInfo getAttributeInfo()Returns theZCLAttributeInforelated to the reading operation.- Returns:
- the
ZCLAttributeInforelated to the reading operation.
-