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