#include <canlib.h> canStatus canClose(int handle);
Closes the channel associated with the handle. The handle can not be used for further references to the channel.
None.
canOK (zero) if success canERR_xxx (negative) if failure.
canOpenChannel, canBusOn, canBusOff
An example.