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.

J1939GetWSMAddr

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword J1939GetWSMAddr( dword ecuHandle );

Description

This function returns the address of the Working Set Master, which is assigned to this ECU.

Parameters

  • ecuHandle: ECU handle

Return Values

Address of the Working Set Master for this ECU or the Null-Address (0xFE)

Example

addr = J1939GetWSMAddr( ecuHdl );