Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

coTfsLssSendIdentifyNonConfRemoteSlaveRequest (Level 2)

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

Function Syntax

long coTfsLssSendIdentifyNonConfRemoteSlaveRequest( void );

Description

This function sends an Identify non-configured remote slave response.

Parameters

Return Values

Error code

Example

/* send LSS identify non configured remote slave request */

if (coTfsLssSendIdentifyNonConfRemoteSlaveRequest() == 1) {
  /* request sent */
}