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

SCC_GetDCStatusCode

Valid for:  CANoe DE •  CANoe4SW DE

Function Syntax

void SCC_GetDCStatusCode ( byte SessionID[], char StatusCode[] ) // form 1
void SCC_GetDCStatusCode ( char StatusCode[] ) // form 2

Description

Outputs the DC status in string form.

Parameters

  • SessionID: Queries the 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF (to the given byte buffer).
  • StatusCode: Queries the status code (to the given char buffer).

Return Values

Example