getPayloadData
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Returns the valid payload of a frame that was interrupted during transmission. Depending on error position valid bits are written to the payload parameter. If there is no payload data, nothing is written into the payload parameter.Parameters
- errFrame: Error frame which includes the payload.
- payload: Array for writing the transmitted payload of the error frame.
- payloadSize: Size of the payload parameter.
Return Values
- 0: No valid payload.
- >0: Count of valid bits within the payload array.