/
Opening a CAN Message
Opening a CAN Message
To access a CAN message with a known CAN Identifier, this message object can be searched with the opening function.
Figure - 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.
, multiple selections available,
Related content
Reading a CAN Message
Reading a CAN Message
More like this
Creating a CAN Message
Creating a CAN Message
More like this
Writing a CAN Message
Writing a CAN Message
More like this
Deleting a CAN Message
Deleting a CAN Message
More like this
Enabling the CAN Bus
Enabling the CAN Bus
More like this
Initializing the Message Management
Initializing the Message Management
More like this