Skip to main content
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