![]() |
TSDuck v3.44-4568
MPEG Transport Stream Toolkit
|
Representation of TaggedProfile structure (BIOP Profile Body, Lite Options Profile Body) More...
#include <tsDSMCCUserToNetworkMessage.h>
Public Member Functions | |
| TaggedProfile ()=default | |
| Default constructor. | |
Public Attributes | |
| std::list< LiteComponent > | liteComponents {} |
| List of LiteComponent. | |
| std::optional< ByteBlock > | profile_data {} |
| Optional profile data, for UnknownProfile. | |
| uint8_t | profile_data_byte_order = 0 |
| Fixed 0x00, big endian byte order. | |
| uint32_t | profile_id_tag = 0 |
| Profile identifier tag (eg. TAG_BIOP, TAG_LITE_OPTIONS). | |
Representation of TaggedProfile structure (BIOP Profile Body, Lite Options Profile Body)