Skip to main content
Open topic with navigation CAPL Functions » MOST » mostGetSystemLock

mostGetSystemLock

Valid for: CANoe DE

Function Syntax

long mostGetSystemLock(long channel);

Description

Returns the current state of the System Lock Flag.

Parameters

  • channel: Application channel number.

Return Values

  • 1: System Lock Flag set
  • 0: System Lock Flag not set
  • < 0: MOST CAPL error codes.

Example