eCLD_DiagnosticsUpdate

teZCL_Status eCLD_DiagnosticsUpdate(
    uint8 u8SourceEndPointId);

Description

This function updates the (three) Stack/Network Information attributes (see Section22.2). It should be called periodically by the application (on the cluster server) at the highest rate possible or when an appropriate stack event occurs.

The attributes can otherwise be accessed (for example, read) using the Attribute Access functions detailed in Section 5.2.

Parameters

  • u8SourceEndPointId: Number of the local endpoint on which cluster server resides

Returns

  • E_ZCL_SUCCESS

  • E_ZCL_ERR_PARAMETER_NULL

  • E_ZCL_ERR_EP_RANGE

  • E_ZCL_ERR_EP_UNKNOWN

  • E_ZCL_ERR_CLUSTER_NOT_FOUND

Parent topic:Functions