TSDuck v3.44-4659
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::DSMCCUserToNetworkMessage::DownloadInfoIndication Struct Reference

DSM-CC DownloadInfoIndication (DII) message body. More...

#include <tsDSMCCUserToNetworkMessage.h>

Classes

class  Module
 Representation of BIOP::ModuleInfo structure. More...
 

Public Types

using ModuleList = AttachedEntryList< Module >
 List of Modules.
 

Public Member Functions

 DownloadInfoIndication (const DownloadInfoIndication &)=delete
 
 DownloadInfoIndication (DSMCCUserToNetworkMessage *parent)
 Constructor.
 
void clear ()
 Reset the DII body to its default state.
 
DownloadInfoIndicationoperator= (const DownloadInfoIndication &)=delete
 

Public Attributes

uint16_t block_size = 0
 Block size of all the DownloadDataBlock() messages which convey the Blocks of the Modules.
 
uint32_t download_id = 0
 Same value as the downloadId field of the DownloadDataBlock() messages which carry the Blocks of the Module.
 
ModuleList modules
 List of modules structures.
 

Detailed Description

DSM-CC DownloadInfoIndication (DII) message body.

Constructor & Destructor Documentation

◆ DownloadInfoIndication()

ts::DSMCCUserToNetworkMessage::DownloadInfoIndication::DownloadInfoIndication ( DSMCCUserToNetworkMessage parent)
inlineexplicit

Constructor.

Parameters
[in]parentParent DSMCCUserToNetworkMessage table.

The documentation for this struct was generated from the following file: