canGetBurstsCount
Valid for: CANoe DE • CANoe:lite DEFunction Syntax
Description
Gets the total count of bursts of a CAN channel.Parameters
- channel: CAN channel (1…32).
long canGetBurstsCount(long channel);
long value;
value = canGetBurstsCount(1);
// Do something with the value, e.g.:
if (value > 100) {
// Some action…
}