/
COIfClose
COIfClose
Description
This function closes the CAN interface.
Prototype
void COIfClose(CO_IF *cif);
Parameter | Description |
---|---|
cif | pointer to the interface structure |
Returned Value
none
Example
The following example shows how to close the interface of the CANopen node AppNode:
: COIfClose (&(AppNode.If)); :
Note: This function closes the interface ONLY. Be careful in calling this function on an active CANopen node on this interface. This can result in unpredictable behavior of the complete system.
, multiple selections available,
Related content
CONodeStop
CONodeStop
More like this
COIfReset
COIfReset
More like this
Node Shutdown
Node Shutdown
More like this
Node Stop
Node Stop
More like this
CONodeStart
CONodeStart
More like this
CANopen Node
CANopen Node
More like this