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

linGetRespError

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long linGetRespError(); // form 1
long linGetRespError(long NAD); // form 2

Description

With this function it’s possible to query the response error flag of the calling Slave node or of the Slave node specified by its node address (NAD) as last seen on the LIN bus.

Parameters

  • NAD: Configured node address of the Slave node to be queried.

Return Values

Returns one if the queried response_error flag is set, zero if it is not set and -1 if it has not been sent yet.

Example

linCheckRespErrorlinSetRespErrorlinActivateGlobalNetworkManagementlinActivateSlaveNetworkManagement