Open topic with navigation CAPL Functions » XCP » xcpSendRawDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
xcpSendRaw
Valid for: CANoe DE • CANoe4SW DEFunction 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 byxcpSendRaw.
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