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 2 Next »

Opening a CAN Message

To access a CAN message with a known CAN Identifier, this message object can be searched with the opening function.

Opening a CAN message

  • The function CanMsgOpen() is called with the CAN Identifier.
  • The function loops through the used list and searches the first message with the given CAN Identifier.
  • End

    • No labels