When using ID filtering in CAN message objects (that is, setting the MSG_OBJ_USE_ID_FILTER flag and **not** setting ui32MsgIDMask to all ones), how can I know which ID sent me the message?
I assumed that this information would be available in the ui32MsgID field of the tCANMsgObject object I provide when calling CANMessageGet(), but the Tivaware Documentation explicitly says otherwise. ("When using CANMessageGet(), all of the same fields of the structure are populated in the same way as when the CANMessageSet() function is used") Is this accurate? Is there any other way?