Skip to main content

DoIP_SetWriteLevel

Valid for: CANoe DE Note The following DoIP CAPL function is only available with the modeling library DoIP.dll and eventually an appropriate implementation of the CAPL Callback Interface. Information about the DoIP DLL and the CAPL Callback Interface you find here:

Function Syntax

void DoIP_SetWriteLevel(long level);

Description

Sets the amount of messages written to the CANoe Write Window by the DoIP implementation.

Parameters

  • Level
    • 0: no output
    • 1: only errors
    • 2: also warnings
    • Higher values are only relevant during development.

Return Values

Example