TSDuck v3.40-4120
MPEG Transport Stream Toolkit
|
Representation of LiteComponent structure (BIOP::Object Location, DSM::ConnBinder) More...
#include <tsDSMCCUserToNetworkMessage.h>
Public Member Functions | |
LiteComponent ()=default | |
Default constructor. | |
Public Attributes | |
uint32_t | carousel_id = 0 |
The carouselId field provides a context for the moduleId field. | |
std::optional< ByteBlock > | component_data {} |
Optional component data, for UnknownComponent. | |
uint32_t | component_id_tag = 0 |
Component idenfitier tag (eg. TAG_ObjectLocation, TAG_ConnBinder). | |
uint16_t | module_id = 0 |
Identifies the module in which the object is conveyed within the carousel. | |
ByteBlock | object_key_data {} |
Identifies the object within the module in which it is broadcast. | |
Tap | tap {} |
Tap structure. | |
uint8_t | version_major = 0x01 |
Fixed, BIOP protocol major version 1. | |
uint8_t | version_minor = 0x00 |
Fixed, BIOP protocol minor version 0. | |
Representation of LiteComponent structure (BIOP::Object Location, DSM::ConnBinder)