Hello, I'm currently using an S32K312 .
I'm currently using the official sample code and have enabled FD for rx_info.
I've tried this configuration and it allows me to receive classic CAN messages (not CAN FD).
What I want to do now is determine whether a received message is a CAN FD message based on the received message.
I noticed that the received message declaration is as follows:

The only status I can view is "cs", but I can't find anything about "cs" in the manual.
If there are other methods to determine this without using "cs", please provide them to me.
Thanks