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.

coTfsLssWaitForInquireRevisionNoRequest (Level 2)

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

Function Syntax

long coTfsLssWaitForInquireRevisionNoRequest( dword revisionNo );

Description

This function waits for the Inquire revision number request and sends the response.

Parameters

  • revisionNo: Revision number part of the LSS address.

Return Values

Error code

Example

/* waits for LSS inquire revision number request */
if (coTfsLssWaitForInquireRevisionNoRequest( 0x12345678 ) == 1) {
  /* received LSS inquire revision number request, sent response with revision number */
}