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 » MOST » mostGetAllBypass

mostGetAllBypass

Valid for: CANoe DE

Function Syntax

long mostGetAllBypass(long channel);

Description

Return indicates whether the MOST hardware bypass is closed (Return value = 1) or open (Return value = 0).

Parameters

  • channel: Channel of the connected hardware.

Return Values

  • 0: Bypass is opened
  • 1: Bypass is closed
  • <0: See error codes

Example