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

SCC_SLAC_GenerateNID

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_SLAC_GenerateNID ( byte NMK[], byte NID_out[] )

Description

Generates a matching NID to a given NMK, using the specified algorithm, to the output buffer. Doesn’t affect the internal state.

Parameters

  • NMK: Network Membership Key (16 byte).
  • NID_out: Network ID (7 byte hexadecimal number).

Return Values

Example