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.

coTfsGetApplProfile

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

Function Syntax

dword coTfsGetApplProfile( void );

Description

The function reads the currently set application profile.

Parameters

Return Values

Used application profile, 301 if not supported profile is used.

Example

dword appProfile;
appProfile = coTfsGetApplProfile();