5.1.7.3.3 ZCL_GetAttributeLength Function

Syntax

uint16_t ZCL_GetAttributeLength(uint8_t typeId, const uint8_t *value);

Description

This function returns the amount of bytes for a type identified by the type’s ID.

Input Parameters
Parameter NameDescription
typeId Type’s ID
value
  • Pointer to variable of the typeId
  • NULL means the maximum possible size
Return Type and Values
  • None