| 52 | // =========================================================================== |
| 53 | |
| 54 | void ClientProperties::stopOSCamFilters(int streamID) { |
| 55 | SI_LOG_INFO("Stream: %d, Clearing OSCam filters and Keys...", streamID); |
| 56 | // free keys |
| 57 | _keys.freeKeys(); |
| 58 | _batchCount = 0; |
| 59 | _filter.clear(); |
| 60 | } |
| 61 | |
| 62 | void ClientProperties::setBatchData(unsigned char *ptr, int len, |
| 63 | int parity, unsigned char *originalPtr) { |
no test coverage detected