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.

C2xReleasePacket

Valid for: CANoe DE

Function Syntax

long C2xReleasePacket( long packet );

Description

This function deletes a packet created with C2xInitPacket. The handle can not be used any longer.

Parameters

  • packet: Handle of the packet to delete

Return Values

Example

See example of C2xInitPacket.