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.
C2xIsPacketValid
Open topic with navigation CAPL Functions » Car2x » C2xIsPacketValidFunction Syntax
Description
This function checks if a received packet has a protocol error. Packets with a protocol error are marked with an error icon in the Trace Window.Parameters
- packet: Handle of a packet that should be checked.
Return Values
- 0: Packet is valid.
- !0: Packet has protocol errors.