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.

diagGetFunctionalGroupExt

Valid for: CANoe DE

Function Syntax

long diagGetFunctionalGroupExt ()
long diagGetFunctionalGroupExt(char groupQualifier)

Description

Returns the value of the “address extension” byte (extended address information for ISO TP “extended addressing mode”). If the functional group is not specified, the destination set with diagSetTarget is used.

Parameters

  • groupQualifier: Functional group’s qualifier.

Return Values

  • -1: Extended addressing is not used.
  • [0, 255]: For the ID of a received CAN message to match (see diagGetFunctionalGroupIdMask), the value of the first data byte must correspond to this value.
  • Others: Reserved

Example

Processing Functional Diagnostic Requests in ECU Simulations