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.

Iso11783GetWSMaster

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword Iso11783GetWSMaster(char busName[], dword ecuAddress);

Description

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

Parameters

  • busName: Name of the bus
  • ecuAddress: Address of an ECU

Return Values

Address of the Working Set Master

Example

wsmAddr = Iso11783GetWSMaster("default", 10);