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

ParamDescription
typeIdtype's ID
valuepointer to variable of typeId, NULL means the maximum possible size

Returns

None