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

SCC_CreateCM_Validate_Req

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_CreateCM_Validate_Req 
( byte SourceMac[], byte TargetMac[], 
dword ListenTimer )

Description

Creates a CM_Validate.Req message for sending.

Parameters

  • SourceMac: Source address of the Ethernet packet.
  • TargetMac: Destination address of the Ethernet packet.
  • ListenTimer: Time duration while the EVSE shall listen to BCB-toggles:
    • 0x00 = 100 ms
    • 0x01 = 200 ms

Additional Parameters

  1. SignalType (dword):
    • 0x00 = PEV S2 toggles on CPLT line
    • 0x01-0xFF = Reserved
  2. Result (dword):
    • 0x00 = Not Ready
    • 0x01 = Ready
    • 0x02 = Success
    • 0x03 = Failure
    • 0x04 = Not Required
    • 0x05-0xFF = Reserved

Return Values

Example