Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » General Functions » Shared Functions » SCC_GenerateRandomData

SCC_GenerateRandomData

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_GenerateRandomData ( byte Buffer[], long BufferLength )

Description

Fills a buffer with random data, e.g. for use with the test functions.

Parameters

  • Buffer: Target buffer to which the output is written.
  • BufferLength: Number of bytes to fill.

Return Values

Example