Skip to main content

canOutputErrorFrame

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

Description

Outputs an Error Frame to the CAN bus. The number of dominant bits and the number of trailing recessive bits are given as arguments.

Parameters

  • errorFrame: Variable of type errorFrame.
  • dominant: Number of dominant bits.
  • recessive: Number of recessive bits.

Return Values

  • 1: OK
  • 0: error, e.g. not supported by driver

Example