meiCanNodeFlashConfigSet
Declaration
|
long meiCanNodeFlashConfigSet(MEICan can,
void* flash,
long node,
MEICanNodeConfig* nodeConfig); |
|
Required Header: stdmei.h |
Description
meiCanNodeFlashConfigSet updates the current flash configuration for the node.
|
can |
a handle to the CAN object |
flash |
normally NULL |
node |
the node number of the CANOpen node |
nodeConfig |
a pointer to the CAN node configuration structure containing the new configuration. |
|
|
|
|
|
See Also
meiCanNodeFlashConfigGet
|