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.
diagGetTargetQualifier
Valid for: CANoe DEFunction Syntax
Description
Writes the target qualifier for the diagnostic target at given index into the buffer. If successful, the qualifier can be used in DiagSetTarget.Parameters
- index: Value in 0 ≤ index ≤ n, where n is the number of possible targets returned by DiagGetTargetCount.
- bufferOut: Character array for the result.
- bufferSize: Maximum number of characters available in the buffer.