ethernetPacket::HasProtocolError
Valid for: CANoe DE • CANoe4SW DEMethod Syntax
word ethernetPacket.HasProtocolError();Description
Returns 1, if the IP protocols of the Ethernet packet contains protocol errors, like wrong checksum or wrong length field, etc.Use ethernetPacket::GetProtocolErrorText to get a description of the error.
Parameters
—Return Values
- 0: No protocol error detected
- 1: Protocol error detected