ZCL_GetNextCluster Function
C
ZCL_Cluster_t * ZCL_GetNextCluster(ZCL_Cluster_t *cluster);
Description
Get next cluster from the list of cluster descriptors in a registered end point.
Parameters
| Param | Description |
|---|---|
| cluster | pointer to current cluster descriptor. |
Returns
poiter to next cluster descriptor.
