Interface ZCLReadStatusRecord

    • Method Detail

      • getValue

        java.lang.Object getValue()
        Returns the value of the related read attribute.
        Returns:
        null in case of failure or invalid data, otherwise the Java Object representing the ZigBee value.
      • getFailure

        ZigBeeException getFailure()
        Returns the potential failure of the reading operation.
        Returns:
        null in case of success, otherwise the ZigBeeException specifying the failing of the reading.