esp_local_ctrl_prop::size field
Size of the property value, which: - if zero, the property can have values of variable size - if non-zero, the property can have values of fixed size only, therefore, checks are performed internally by esp_local_ctrl when setting the value of such a property
![]()
size_t size;
esp_local_ctrl_prop::size is written by 3 functions and is read by 3 functions:
![]()
esp_local_ctrl_prop::size