Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_GetWSMaster

Iso11783IL_GetWSMaster

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword Iso11783IL_GetWSMaster(dword ecuAddress);

Description

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

Parameters

  • ecuAddress: address of an ECU

Return Values

Address of the Working Set Master.

Example

wsmAddr = Iso11783IL_GetWSMaster(10);