Skip to main content
Open topic with navigation CAPL Functions » General » Function Overview » isOfflineMode

isOfflineMode

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long isOfflineMode();

Description

This function is used to get the information if CANoe DE product is in offline mode.

Parameters

Return Values

  • 1: True, CANoe DE product is in offline mode.
  • 0: False, CANoe DE product is in online mode.

Example