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