J1939ILSetSignalRaw
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long J1939ILSetSignalRaw(dbSignal signal, long value);// form 1long J1939ILSetSignalRaw(dbNode node, dbSignal signal, long value);// form 2
Description
Sets the signal to the specified raw value. The message of the signal is sent according to the configured send type.Parameters
- signal: signal name from database. The signal must be assigned to the node as Tx signal.
- value: raw value
- node: Simulation node to apply the function
Return Values
- 0: success
- < 0: IL Error Code