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

Iso11783IL_OPSetAudioVolume

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPSetAudioVolume( dword volume ); // form 1
long Iso11783IL_OPSetAudioVolume( dbNode implement, dword volume ); // form 2

Description

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

Parameters

  • volume: volume, 0..100%
  • implement: Simulation node to apply the function.

Return Values

  • 0: function has been executed successfully
  • < 0: an error has occurred, see error codes

Example

Iso11783IL_OPSetAudioVolume( 100 );