Deleting a CAN Message
If a CAN message is no more used, the message can be cleared with the corresponding message identifier.
Deleting a CAN message
CanMsgDelete()
is called with the unique CAN message identifier. This identifier is returned from CanMsgCreate()
and shall be used to access CAN message objects.End