OnAvbSendPrepare
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
If the CAPL program implements this callback it is called right before a packet will be sent by the AVB stack. Currently only packets of an AVTP stream are supported. It is possible to manipulate the content of the packet or to block the sending of the packet on the network.Parameters
- talkerHandle: The Talker handle.
- packet: The Ethernet packet which will be send.
Return Values
- 0: Block the Ethernet packet.
- 1: Send the Ethernet packet.