Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CONmtReset

Description

This function resets the CANopen device with the given type.

...

The following example shows how to request a communication reset of the CANopen node AppNode:End of topic


Code Block
languagecpp
    :
    CONmtReset (&(AppNode.Nmt), CO_RESET_COM);
    :