Skip to main content
Open topic with navigation CAPL Functions » FlexRay » frSetPayloadLengthInByte

frSetPayloadLengthInByte

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

frSetPayloadLengthInByte( <frame var>, dword <dlc> );

Description

This function sets the payload (data length) of the object in bytes. In the event of an uneven value, the length of the buffer will be set to the next even value. The payload length can also be set using the FR_PayloadLength frame variables selector. However, in this case, the length is set in 16-bit words. The data length can only be manipulated for frames sent in the dynamic segment!

Parameters

  • <frame var>: Name of the variable referenced by the frame object. The variable name was defined when the object was created using frFrame.
  • <dlc>: Defines the payload (data length) in bytes.

Return Values

Example

For an example see function frUpdateStatFrame.