|
MythTV master
|
#include <libmythtv/mheg/dsmccreceiver.h>
Public Member Functions | |
| DsmccDii ()=default | |
| ~DsmccDii () | |
Public Attributes | |
| unsigned long | m_downloadId {0} |
| unsigned short | m_blockSize {0} |
| unsigned long | m_tcDownloadScenario {0} |
| unsigned short | m_numberModules {0} |
| unsigned short | m_privateDataLen {0} |
| DsmccModuleInfo * | m_modules {nullptr} |
| unsigned char * | m_privateData {nullptr} |
Definition at line 10 of file dsmccreceiver.h.
|
default |
|
inline |
Definition at line 14 of file dsmccreceiver.h.
| unsigned short DsmccDii::m_blockSize {0} |
Definition at line 20 of file dsmccreceiver.h.
Referenced by DSMCCCacheModuleData::DSMCCCacheModuleData(), and Dsmcc::ProcessDownloadInfoIndication().
| unsigned long DsmccDii::m_downloadId {0} |
Definition at line 19 of file dsmccreceiver.h.
Referenced by ObjCarousel::AddModuleInfo(), and Dsmcc::ProcessDownloadInfoIndication().
| DsmccModuleInfo* DsmccDii::m_modules {nullptr} |
Definition at line 24 of file dsmccreceiver.h.
Referenced by ObjCarousel::AddModuleInfo(), Dsmcc::ProcessDownloadInfoIndication(), and ~DsmccDii().
| unsigned short DsmccDii::m_numberModules {0} |
Definition at line 22 of file dsmccreceiver.h.
Referenced by ObjCarousel::AddModuleInfo(), and Dsmcc::ProcessDownloadInfoIndication().
| unsigned char* DsmccDii::m_privateData {nullptr} |
Definition at line 25 of file dsmccreceiver.h.
| unsigned short DsmccDii::m_privateDataLen {0} |
Definition at line 23 of file dsmccreceiver.h.
Referenced by Dsmcc::ProcessDownloadInfoIndication().
| unsigned long DsmccDii::m_tcDownloadScenario {0} |
Definition at line 21 of file dsmccreceiver.h.
Referenced by Dsmcc::ProcessDownloadInfoIndication().