|
char * | GetText (int &Length, const uint8_t **Data) |
|
|
int | SendData (int Tag, int Length=0, const uint8_t *Data=nullptr) |
|
int | SendData (int Tag, std::vector< uint8_t > &Data) |
|
static int | GetTag (int &Length, const uint8_t **Data) |
|
static const uint8_t * | GetData (const uint8_t *Data, int &Length) |
|
Definition at line 1249 of file dvbci.cpp.
◆ cCiMMI()
◆ ~cCiMMI()
◆ GetText()
char * cCiMMI::GetText |
( |
int & |
Length, |
|
|
const uint8_t ** |
Data |
|
) |
| |
|
private |
- Parameters
-
| Data | Gets the text at Data. |
[in,out] | Length | The number of bytes to copy from Data. Updated for the size of the string read. |
[in,out] | Data | A pointer to current location for reading data. Updated for the size of the string read. |
- Returns
- Returns a pointer to a newly allocated string, or nullptr in case of error. Upon return Length and Data represent the remaining data after the text has been skipped.
Definition at line 1279 of file dvbci.cpp.
Referenced by Process().
◆ Process()
bool cCiMMI::Process |
( |
int |
Length = 0 , |
|
|
const uint8_t * |
Data = nullptr |
|
) |
| |
|
overridevirtual |
◆ HasUserIO()
bool cCiMMI::HasUserIO |
( |
void |
| ) |
|
|
inlineoverridevirtual |
◆ Menu()
◆ Enquiry()
◆ SendMenuAnswer()
bool cCiMMI::SendMenuAnswer |
( |
uint8_t |
Selection | ) |
|
◆ SendAnswer()
bool cCiMMI::SendAnswer |
( |
const char * |
Text | ) |
|
◆ m_menu
◆ m_enquiry
The documentation for this class was generated from the following file:
- mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp