Data Broadcast id Descriptor. More...
Data Fields | |
uint16_t | i_data_broadcast_id |
uint8_t | i_id_selector_len |
uint8_t * | p_id_selector |
Data Broadcast id Descriptor.
This structure is used to store a decoded Data Broadcast id descriptor.
broadcast identifier
length of selector data in bytes
pointer to selector data. Memory is allocated right after sizeof struct, when freeing this struct the private data is freed at the same time.