Skip to main content

coTfsLssWaitForIdentifyNonConfSlaveResponse (Level 2)

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

Function Syntax

long coTfsLssWaitForIdentifyNonConfSlaveResponse( void );

Description

This function waits for an Identify non-configured slave response.

Parameters

Return Values

Error code

Example

/* wait for identify non configured slave response */
if (coTfsLssWaitForIdentifyNonConfSlaveResponse() == 1) {
  /* response received */
}