Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OPGetState

Iso11783IL_OPGetState

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPGetState(); // form 1
long Iso11783IL_OPGetState(dbNode implement); // form 2

Description

Returns the state of the Object Pool API.

Parameters

  • implement: Simulation node to apply the function.

Return Values

  • 0: Not active
  • 1: Wait until ECU is online
  • 2: Wait for status message from VT
  • 3: Initialization phase with the VT
  • 4: Object Pool Upload active or Load Version active
  • 5: Active
  • < 0: An error has occurred, see error codes

Example

state = Iso11783IL_OPGetState();