EmSACAN_Disconnect
Prototype
void EmSACAN_Disconnect(
emsacan_handle_t Handle );
Description
Disconnects from a CAN interface session.
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
Handle | in | emsacan_handle_t | Session handle from EmSACAN_Connect, or NULL to no-op. |
Example
EmSACAN_Disconnect(handle);
handle = 0;
