Function anjay_etag_new
Defined in File download.h
Function Documentation
-
anjay_etag_t *anjay_etag_new(uint8_t etag_size)
Allocates ETag with a given size. The new ETag can be freed using
avs_free.- Parameters:
etag_size – The number of bytes to be available in the returned anjay_etag_t::value array.
- Returns:
Pointer to created ETag, NULL on failure