Skip to main content

C2xRemoveToken

Valid for: CANoe DE

Function Syntax

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

Description

This function removes a token from a protocol header.

Parameters

  • packet: Handle of a packet that has been created with C2xInitPacket
  • protocolDesignator: Name of the protocol
  • tokenDesignator: Name of the token

Return Values

Example