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

frSetSendPDU

Valid for: CANoe DE

Function Syntax

void frSetSendPDU( <PDU object> );

Description

Configures the hardware to transmit the specified PDU. All relevant slots are submitted for transmission. This submission must take place in the On preStart routine in the transmit branch. If a frPDU object was created using frPDU, it can be submitted for transmission with this function.

Parameters

  • <PDU object>: Specifies the PDU object that is to be submitted for transmission.

Return Values

Example

For an example see function frUpdatePDU.