Skip to main content

C2xSetTokenBitString

Valid for: CANoe DE

Function Syntax

Description

This function sets the bit string of a token.

Parameters

  • packet: Handle of a packet that has been created with C2xInitPacket.
  • protocolDesignator: Name of the protocol, e.g. userDefinedPayload.
  • tokenDesignator: Name of the token, e.g. bitString.
  • bufferSize: Size of buffer in bits.
  • buffer: Buffer in which the data is copied.

Return Values

Example