_Diag_DataRequest
Valid for: CANoe DEFunction Syntax
Description
With this function CANoe triggers the CAPL interface to transmit data.Parameters
- data: The data of the diagnostic primitive (byte stream of request or response) that the node should transmit on the bus. This may be several hundred or thousand bytes, therefore a suitable transport protocol has to be used here to forward the data.
- count: The actual number of bytes to be sent.
- furtherSegments:
0: This is the last segment of a segmented transmission (see diag_SetDataSegmentation), typical value for ISO TP.1: Further segments follow.other: reserved