Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

If a CAN message is no more used, the message can be cleared with the corresponding message identifier.

  1. The function CanMsgDelete() is called with the unique CAN message identifier. This identifier is returned from CanMsgCreate() and shall be used to access CAN message objects.
  2. After checking, that the CAN message object is in use, the message will be cleared.
  3. The message is moved from the used list to the free list.
  • No labels