canGetRxErrorCount
Valid for: CANoe DE • CANoe:lite DEFunction Syntax
Description
Gets the total count of receive errors of a CAN channel.Parameters
- channel: CAN channel (1…32).
long canGetRxErrorCount(long channel);
write("Receive errors on CAN1: %i", canGetRxErrorCount(1));