Skip to main content
Open topic with navigation CAPL Functions » XCP » xcpSendRaw

xcpSendRaw

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Callback

Description

Sends any data as control command to an XCP/CCP device. The first data byte defines the control command code. The callback is called with the response to a raw XCP command sent by xcpSendRaw.

Parameters

  • ecuQualifier: Name of the device, configured within the CANoe DE Family XCP/CCP Window.
  • data: Byte array of the data to be sent.
  • dataSize: Length of the data to be sent.
  • expectResponse:
    • 0: The XCP slave will not respond to this command
    • 1: The XCP slave is expected to respond to this command and the callback will be called

Return Values

Example

xcpDeactivate