![]() |
DVBCore
20.3.0
DVBCore Documentation
|
CI Content Control support - internal header. More...
#include "techtype.h"
Go to the source code of this file.
Functions | |
void | STB_CiKeysInitialise (void) |
CI descrambler keys support initialise. | |
void | STB_CiKeysDisable (U8BIT slot_id) |
Disable CC keys for slot, as CAM is being removed. More... | |
void | STB_CiKeysRemove (U8BIT slot_id) |
Process CAM removal from slot for CI Keys support. More... | |
void | STB_CiCaInitialise (void) |
CI conditional access support initialise. | |
void | STB_CiCaDisable (U8BIT slot_id) |
Disable CA for slot, as CAM is being removed. More... | |
void | STB_CiCaRemove (U8BIT slot_id) |
Process CAM removal from slot for CA support. More... | |
void STB_CiCaDisable | ( | U8BIT | slot_id | ) |
void STB_CiCaRemove | ( | U8BIT | slot_id | ) |
void STB_CiKeysDisable | ( | U8BIT | slot_id | ) |
Disable CC keys for slot, as CAM is being removed.
slot_id | zero-based CI slot identifier (0, 1, ...) |
Disable CC keys for slot, as CAM is being removed.
slot_id | zero-based CI slot identifier (0, 1, ...) |
Definition at line 113 of file stbcikeys.c.
void STB_CiKeysRemove | ( | U8BIT | slot_id | ) |
Process CAM removal from slot for CI Keys support.
slot_id | zero-based CI slot identifier (0, 1, ...) |
Process CAM removal from slot for CI Keys support.
slot_id | zero-based CI slot identifier (0, 1, ...) |
Definition at line 133 of file stbcikeys.c.