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

SCC_MessageRxInd

Valid for:  CANoe DE •  CANoe4SW DE

Function Syntax

void SCC_MessageRxInd(byte SessionID[], dword MessageID)

Description

The callback is called each time a Vehicle2Grid, SECC Discovery or SLAC message is received by the simulation DLL.

Parameters

  • SessionID
    8-byte long SessionID of the connection, range: 0 - 0xFF FF FF FF FF FF FF FF
  • MessageID
    Type of received message:
    • For SLAC messages, MMType (2 byte) according to specification.
    • For V2G messages see help page MessageID.

Return Values

Example