Skip to main content

Iso11783OPGetState

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPGetState( dword ecuHandle );

Description

Returns the state of the Object Pool API.

Parameters

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 = Iso11783OPGetState( handle );