vdr  1.7.27
Public Member Functions | Private Member Functions | Private Attributes
cCiMMI Class Reference

List of all members.

Public Member Functions

 cCiMMI (uint16_t SessionId, cCiTransportConnection *Tc)
virtual ~cCiMMI ()
virtual void Process (int Length=0, const uint8_t *Data=NULL)
virtual bool HasUserIO (void)
cCiMenuMenu (bool Clear=false)
cCiEnquiryEnquiry (bool Clear=false)
void SendMenuAnswer (uint8_t Selection)
bool SendAnswer (const char *Text)
bool SendCloseMMI (void)

Private Member Functions

char * GetText (int &Length, const uint8_t **Data)

Private Attributes

cCiMenumenu
cCiMenufetchedMenu
cCiEnquiryenquiry
cCiEnquiryfetchedEnquiry

Detailed Description

Definition at line 921 of file ci.c.


Constructor & Destructor Documentation

cCiMMI::cCiMMI ( uint16_t  SessionId,
cCiTransportConnection Tc 
)
cCiMMI::~cCiMMI ( ) [virtual]

Member Function Documentation

cCiEnquiry * cCiMMI::Enquiry ( bool  Clear = false)

Definition at line 1073 of file ci.c.

References enquiry, and fetchedEnquiry.

Referenced by cCamSlot::GetEnquiry(), and cCiEnquiry::~cCiEnquiry().

char * cCiMMI::GetText ( int &  Length,
const uint8_t **  Data 
) [private]
Parameters:
DataGets the text at Data.
Returns:
Returns a pointer to a newly allocated string, or NULL in case of error. Upon return Length and Data represent the remaining data after the text has been skipped.

Definition at line 960 of file ci.c.

References AOT_TEXT_LAST, dbgprotocol, esyslog, GetString(), cCiSession::GetTag(), cCiSession::SessionId(), and cCiSession::Tc().

Referenced by Process().

virtual bool cCiMMI::HasUserIO ( void  ) [inline, virtual]

Reimplemented from cCiSession.

Definition at line 930 of file ci.c.

References enquiry, and menu.

Referenced by cCiMenu::HasUpdate().

cCiMenu * cCiMMI::Menu ( bool  Clear = false)

Definition at line 1062 of file ci.c.

References fetchedMenu, and menu.

Referenced by cCamSlot::GetMenu(), and cCiMenu::~cCiMenu().

void cCiMMI::Process ( int  Length = 0,
const uint8_t *  Data = NULL 
) [virtual]
bool cCiMMI::SendAnswer ( const char *  Text)
bool cCiMMI::SendCloseMMI ( void  )
void cCiMMI::SendMenuAnswer ( uint8_t  Selection)

Member Data Documentation

Definition at line 925 of file ci.c.

Referenced by cCiMMI(), Enquiry(), HasUserIO(), Process(), and ~cCiMMI().

Definition at line 925 of file ci.c.

Referenced by cCiMMI(), Enquiry(), and ~cCiMMI().

Definition at line 924 of file ci.c.

Referenced by cCiMMI(), Menu(), and ~cCiMMI().

cCiMenu* cCiMMI::menu [private]

Definition at line 924 of file ci.c.

Referenced by cCiMMI(), HasUserIO(), Menu(), Process(), and ~cCiMMI().


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