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

SCC_CM_Amp_Map_Cnf

Valid for:  CANoe DE •  CANoe4SW DE

Function Syntax

void SCC_CM_Amp_Map_Cnf(byte RunID[], byte SourceMac[], dword ResType)

Description

The callback is called as soon as a CM_Amp_Map.Cnf message is received.

Parameters

  • RunID: 8-byte long run ID
  • SourceMac: MAC address of sender
  • ResType:
    • 0x00 = Success
    • 0x01 = Failure

Return Values

Example