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.

AfdxRemoveToken

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

Function Syntax

long AfdxRemoveToken( long packet, char protocolDesignator[], char tokenDesignator[] );

Description

This function removes a token from a protocol header.

Parameters

  • packet: Handle of the message that has been created with AfdxInitPacket.
  • protocolDesignator: Name of the protocol.
  • tokenDesignator: Name of the token.

Return Values

Example