Skip to main contentOpen topic with navigation
CAPL Functions » Ethernet » Function Overview » ethernetPacket::FaultInjectDisableLengthPadding
ethernetPacket::FaultInjectDisableLengthPadding
Valid for: CANoe DE • CANoe4SW DE
Method Syntax
dword ethernetPacket.FaultInjectDisableLengthPadding();
Description
Disable automatic padding of Ethernet data to minimal length. Use this to send Ethernet packet, which are smaller than 64 byte (including FCS). The smallest length that can be sent is 24 byte (Ethernet header with FCS).
Note: Only supported with Vector Ethernet network interfaces.
Parameters
—
Return Values
Example
—
See Also