Example #1
0
 public function _check_crc($message)
 {
     // @codingStandardsIgnoreEnd
     if (!$this->error_detection) {
         return true;
     }
     return parent::_check_crc($message);
 }