ZCL_GetAttributeLength Function
C
uint16_t ZCL_GetAttributeLength(uint8_t typeId, const uint8_t *value);Description
This function returns bytes amount of a type by the type's ID
Parameters
| Param | Description |
|---|---|
| typeId | type's ID |
| value | pointer to variable of typeId, NULL means the maximum possible size |
Returns
None
