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 » LIN » linSendSamplingTestHeader

linSendSamplingTestHeader

Valid for: CANoe DE

Function Syntax

long linSendSamplingTestHeader(dword startBitLengthInMicSec);

Description

Sends a slave response header with the start bit of the id byte set to the specified length.

Parameters

  • startBitLengthInMicSec: The length of the start bit in microseconds. The first data bit will be adjusted to ensure that the start bit and the first data bit have a total length of two bit times.

Return Values

On success, a value unequal to zero, otherwise zero.

Example