Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783Get…

Iso11783Get…

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long Iso11783GetAAC( char[] deviceName );
  • long Iso11783GetIG( char[] deviceName );
  • long Iso11783GetVS( char[] deviceName );
  • long Iso11783GetVSInstance( char[] deviceName );
  • long Iso11783GetFct( char[] deviceName );
  • long Iso11783GetFctInstance( char[] deviceName );
  • long Iso11783GetECUInstance( char[] deviceName );
  • long Iso11783GetMC( char[] deviceName );
  • long Iso11783GetIN( char[] deviceName );

Description

This function reads a part of the device name.

Parameters

  • deviceName: Buffer for read part of the device name, minimum size of 8 bytes required

Return Values

Value of the device name part

Example