Provides that cluster name in cBuff and the maximum size allowed in buf_len.
#include <ncssdk.h>
NCS_RETURN NCS_ClusterName (
NCS_HANDLE Handle,
UINT8 *cBuff,
UINT32 *buf_len);
(IN) Specifies the handle supplied by NCS.
(OUT) Points to the node’s cluster name in the buffer.
(IN/OUT) Points to the maximum allowable size of the buffer.
As this function performs a loop, parameter data is copied into the buffer.