Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EVSE Callback Functions » SCC_CM_MNBC_Sound_Ind

SCC_CM_MNBC_Sound_Ind

Valid for:  CANoe DE • CANoe4SW DE Note This indication can be used to set individual attenuation values for different vehicles. To implement this, call SCC_SLAC_SetAttenuation with values depending on the remote MAC address or the RunID of the process.

Function Syntax

void SCC_CM_MNBC_Sound_Ind ( byte RunId[], byte SourceMacAddress[], dword Count )

Description

The callback is called as soon as a CM_MNBC_Sound.Ind message is received. Further details that are transmitted in this request can be queried with the following functions:

Parameters

  • RunId: Random Run Identifier of sender (8 byte).
  • SourceMacAddress: MAC address of sender.
  • Count: Countdown counter for number of Sounds remaining.

Return Values

Example