Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783OPOnStateChange

Iso11783OPOnStateChange (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783OPOnStateChange( dword ecuHandle, dword state );

Description

The function is called by the node layer, if the state of the Object Pool API has changed.

Parameters

  • ecuHandle: Handle of the ECU
  • state: State of the Object Pool API
    • 0: not active
    • 1: wait until ECU is online
    • 2: wait for the status message from the VT
    • 3: initialization phase with the VT
    • 4: object pool upload is active or load version active
    • 5: active

Return Values

Example

void Iso11783OPOnStateChange( dword handle, dword state )
{
}