Skip to main content

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