Skip to main content
Open topic with navigation

SCC_SLAC_GetSecurityType

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » SLAC Data Queries » Shared Functions » SCC_SLAC_GetSecurityType Valid for: CANoe DE • CANoe4SW DE

Note

  • This function can be called only within the assigned callback. The function is used to query the details of a request.
  • <InvalidValueSigned> and/or <InvalidValueUnsigned> can be defined in the XML configuration.

Function Syntax

long SCC_SLAC_GetSecurityType ( )

Description

Queries the security type.

Parameters

Return Values

  • 0x00: No Security (mandatory)
  • 0x01: Public Key Signature
  • 0x02-0xFF: Reserved

Example