Data Broadcast id Descriptor. More...
Data Fields | |
uint32_t | i_carousel_id |
uint8_t | i_private_data_len |
uint8_t * | p_private_data |
Data Broadcast id Descriptor.
This structure is used to store a decoded Carsouel ID descriptor.
carousel identifier
length of private data pointer in bytes
memory is allocated right after sizeof struct, when freeing this struct the private data is freed at the same time.