Skip to main content

OnLastTransmittedMessageIdChanged

CAPL Functions » Smart Charging » CCS (Communication Setup) » Shared Callback Functions » OnLastTransmittedMessageIdChanged Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void OnLastTransmittedMessageIdChanged ( LastTxMessageIdType LastTxMessageId )

Description

This callback is called after a message was transmitted. It is available for the whole Distributed Object.

Parameters

  • LastTxMessageId: ID of the last message received. See MessageIDs for more information.

Return Values

Example