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.

Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783GetBus

Iso11783GetBus

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword Iso11783GetBus( char[] busName );

Description

This function returns a bus handle.

Parameters

  • busName: Bus name or “default”

Return Values

Bus handle or 0 if bus name is unknown

Example

dword busHandle;

busHandle = Iso11783GetBus( "ImplementBus" );