Skip to main content

Iso11783OPSave

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPSave( dword ecuHandle, char filename[] );

Description

The function saves an object pool file (*.iop).

Parameters

  • ecuHandle
    Handle of the ECU. The handle must be created with Iso11783CreateECU.
  • filename
    Filename of an object pool file (*.IOP)

Return Values

0 or error code

Example

dword handle = 0;
handle = Iso11783CreateECU( gECUName );

Iso11783OPSave(handle, "ObjectPool.iop");