| 49 | } |
| 50 | |
| 51 | const dvbcsa_bs_key_s *Frontend::getKey(int parity) const { |
| 52 | return _dvbapiData.getKey(parity); |
| 53 | } |
| 54 | |
| 55 | void Frontend::setKey(const unsigned char *cw, int parity, int index) { |
| 56 | _dvbapiData.setKey(cw, parity, index); |
nothing calls this directly
no outgoing calls
no test coverage detected