Public Member Functions | |
| cCiConditionalAccessSupport (int SessionId, cCiTransportConnection *Tc) | |
| virtual bool | Process (int Length=0, const uint8_t *Data=NULL) |
| const unsigned short * | GetCaSystemIds (void) |
| bool | SendPMT (cCiCaPmt &CaPmt) |
| bool | NeedCaPmt (void) |
Private Attributes | |
| int | state |
| int | numCaSystemIds |
| unsigned short | caSystemIds [MAXCASYSTEMIDS+1] |
| bool | needCaPmt |
Definition at line 974 of file dvbci.cpp.
| cCiConditionalAccessSupport::cCiConditionalAccessSupport | ( | int | SessionId, | |
| cCiTransportConnection * | Tc | |||
| ) |
Reimplemented from cCiSession.
| const unsigned short* cCiConditionalAccessSupport::GetCaSystemIds | ( | void | ) | [inline] |
Definition at line 983 of file dvbci.cpp.
Referenced by cLlCiHandler::GetCaSystemIds().
Definition at line 1044 of file dvbci.cpp.
Referenced by cLlCiHandler::SetCaPmt().
| bool cCiConditionalAccessSupport::NeedCaPmt | ( | void | ) | [inline] |
Definition at line 985 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
int cCiConditionalAccessSupport::state [private] |
int cCiConditionalAccessSupport::numCaSystemIds [private] |
unsigned short cCiConditionalAccessSupport::caSystemIds[MAXCASYSTEMIDS+1] [private] |
Definition at line 978 of file dvbci.cpp.
Referenced by cCiConditionalAccessSupport(), GetCaSystemIds(), and Process().
bool cCiConditionalAccessSupport::needCaPmt [private] |
Definition at line 979 of file dvbci.cpp.
Referenced by NeedCaPmt(), Process(), and SendPMT().
1.6.3