Error Frame Rate
Syntax
long ErrorFrameRate ()
Method
CANx.ErrorFrameRate
Function
Returns the current rate of CAN error messages of channelx. Validxvalues: 1…32
Parameters
—
Return Values
Current rate of CAN error messages on channelxin messages per second.
write ("Rate of error messages on CAN1 = %d", CAN1.ErrorFrameRate);