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.

AfdxIsReceiveCallbackRegistered

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

Function Syntax

long AfdxIsReceiveCallbackRegistered( char callback[] );

Description

Use this function to check if a callback with this name is already installed with AfdxRegisterReceiveCallback.

Parameters

  • callback: Name of CAPL callback to check.

Return Values

  • 0: not installed
  • 1: installed
  • other value: error code

Example