TCIL_SetMsgRawData
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_SetMsgRawData( dbMsg msg, long dataSize, byte data[] ); // form 1long TCIL_SetMsgRawData( dbNode tc, dbMsg msg, long dataSize, char data[] ); // form 2
Description
Sets the data bytes of the message. The length of the parameter group is adjusted to size of parameter dataSize.Parameters
- msg: message name from database, must be assigned to the node as Tx message
- dataSize: number of data bytes
- data: data bytes
- pgData: data and DLC are taken from this parameter group
- tc: TC simulation node to apply the function