![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
A combination of CP number and CW for ECMG <=> SCS CW_provision command. More...
#include <tsECMGSCS.h>

Public Member Functions | |
| CPCWCombination (uint16_t cpn, const ByteBlock &cwb) | |
| Constructor. | |
| CPCWCombination (uint16_t cpn=0, const void *cw_addr=nullptr, size_t cw_size=DVBCSA2::KEY_SIZE) | |
| Constructor. | |
Public Attributes | |
| uint16_t | CP = 0 |
| Crypto-period number. | |
| ByteBlock | CW {} |
| Control word. | |
A combination of CP number and CW for ECMG <=> SCS CW_provision command.
|
inline |
Constructor.
| [in] | cpn | Crypto-period number. |
| [in] | cwb | Control word. |
|
inline |
Constructor.
| [in] | cpn | Crypto-period number. |
| [in] | cw_addr | Control word address. |
| [in] | cw_size | Control word size in bytes. |