Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » CCS (Communication Setup) » EVSE Functions » SLACGenerateNID

SLACGenerateNID

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

Generates a matching NID for a given NMK 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

MethodReturnValueType All function calls (except for indications) will return a MethodReturnValueType indicating whether the call was successful or not. Possible values:
  • 0: OK
  • 1: InvalidArgument
  • 2: NoMatchingElementFound
  • 3: UnknownError

Example