Skip to main content

coTfsLssSendInquireVendorIdRequest (Level 2)

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

Function Syntax

long coTfsLssSendInquireVendorIdRequest( dword[] pVendorId );

Description

The function sends an Inquire vendor-ID request and waits for the response.

Parameters

  • pVendorId: Vendor-ID part of the LSS address.

Return Values

Error code

Example

dword pVendorId[1];

/* send LSS inquire vendor ID request */

if (coTfsLssSendInquireVendorIdRequest( pVendorId ) == 1) {
  /* sent LSS inquire vendor ID request and received response */
  /* received value can be found in pVendorId[0] */
}