DVBCore  20.3.0
DVBCore Documentation
Functions
stbcikeys.h File Reference

CI Content Control - descrambler keys. More...

#include "techtype.h"

Go to the source code of this file.

Functions

void STB_CiKeysApply (U8BIT path, U8BIT slot_id)
 Apply stored CC keys (if any) on given path. More...
 
void STB_CiKeysClear (U8BIT path, U8BIT slot_id)
 Clear CC keys (if any) from given path. More...
 

Detailed Description

CI Content Control - descrambler keys.

Date
28 November 2016
Author
Adam Sturtridge

Definition in file stbcikeys.h.

Function Documentation

◆ STB_CiKeysApply()

void STB_CiKeysApply ( U8BIT  path,
U8BIT  slot_id 
)

Apply stored CC keys (if any) on given path.

Parameters
pathPath to apply keys on
slot_idzero-based CI slot identifier (0, 1, ...)

Definition at line 297 of file stbcikeys.c.

◆ STB_CiKeysClear()

void STB_CiKeysClear ( U8BIT  path,
U8BIT  slot_id 
)

Clear CC keys (if any) from given path.

Parameters
pathPath to clear keys from
slot_idzero-based CI slot identifier (0, 1, ...)

Definition at line 392 of file stbcikeys.c.