meiCanNodeFlashConfigGet
Declaration
|
long meiCanNodeFlashConfigGet(MEICan can,
void* flash,
long node,
MEICanNodeConfig* nodeConfig); |
|
Required Header: stdmei.h |
Description
meiCanNodeFlashConfigGet returns a copy of the current flash configuration of the CAN
controller.
|
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 that will be filled in by this function |
|
|
|
|
|
See Also
meiCanNodeFlashConfigSet
|