Skip to main content

CANopenUploadGetData

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

Function Syntax

Description

Returns the data of a CANopen upload in a callback function as char or byte array.

Parameters

  • buffer: Char (form 1) or byte (form 2) array buffer for the data.
  • bufferSize: Size of the buffer in bytes.
  • errCode: Error code buffer (is entered in index 0 of the field).
    • 0: Value was retrieved
    • 1: Value not available

Return Values

Example