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

SCC_SLAC_GetKeyData

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_SLAC_GetKeyData ( byte NID[], byte NMK[] )

Description

Gets the currently stored NID and NMK values (when automatic SLAC is used).

Parameters

  • NID: Queries the Network ID (7 byte hexadecimal number) (to the given byte buffer).
  • NMK: Queries the Network Membership Key (16 byte) (to the given byte buffer).

Return Values

Example