Skip to main content
Open topic with navigation

SCC_SLAC_GetOUI

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

Function Syntax

void SCC_SLAC_GetOUI(byte OUI[]);

Description

Gets the 3 byte OUI of a vendor specific message. Currently supported OUIs:
  • Qualcomm (0x00B052)
  • MStar, MediaTek and Vertexcom (0x0013D7)
  • Lumissil (0x0016E8)

Parameters

  • OUI: Queries the vendor OUI of the chip (to the given byte buffer).

Return Values

Example