Description
end()
– orderly closes current CANIP_Client socket connections towards the CAN devices and the internet side client. It stops promoting the service on the CAN bus. To restart the CANIP_Provider service, call begin() before starting the run() calls.
Syntax
myIP_provider.end();
Parameters
none
Returns
nothing (void)
Notes and Warnings
Examples can be found in the Arduino IDE menu:
File -> Examples -> CANIP->