ethernetPacket::FaultInjectFCS
Valid for: CANoe DE • CANoe4SW DEMethod Syntax
dword ethernetPacket.FaultInjectFCS ( word fcs );Description
Set the frame checksum of the packet to an invalid value, which is not recalculated on sending. Note- Only supported with Vector Ethernet network interfaces.
- Same behavior as output( ethernetpacket, word fcs ).
Parameters
- fcs: Ethernet packet check sequence.
Return Values
- 0: success