Skip to main content
Open topic with navigation CAPL Functions » LIN » linSetRespBaudrate

linSetRespBaudrate

Valid for: CANoe DE

Function Syntax

long linSetRespBaudrate(long frameId, long baudrate);

Description

Sets a response baudrate for a specified frame. This baudrate will be used for the response, regardless of the master baudrate.

Parameters

  • frameId: The identifier of the frame for which the response baudrate will be set.
  • baudrate: The baudrate to be used for the response.
    Value range: 1000-20000

Return Values

On success, a value unequal to zero, otherwise zero.

Example

linResetRespBaudrate