frGetFrameCRC
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function returns the CRC of a received FlexRay frame. The Header CRC can be determined with a special selector of the event procedure.Parameters
-
this
The function can only be used in the context of the following event procedures:thisreferences the corresponding receive object in the event procedure.
Return Values
- Frame CRC (data type WORD)
The return value is only valid if the frame was received by a Vector FlexRay network interface in asynchronous monitor mode. In any other case 0 will be sent back.