Skip to main content

Iso11783OPSetAudioVolume

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPSetAudioVolume( dword ecuHandle, dword volume );

Description

The function sets the audio volume of the Virtual Terminal. A Set Audio Volume command is sent to the Virtual Terminal.

Parameters

  • ecuHandle: Handle of the ECU (must be created with Iso11783CreateECU)
  • volume: Volume, 0..100%

Return Values

0 or error code

Example

Iso11783OPSetAudioVolume( handle, 100 );