output (CAN)
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
void output(message msg); // form 1void output(errorFrame); // form 2
Description
Outputs a message (form 1) or an Error Frame (form 2) from the program block.Parameters
- msg: Variable of type message.
- errorFrame: Variable of type errorFrame.