linux

canBusOff

Syntax


#include <canlib.h>
canStatus canBusOff(int handle);

Description

Takes the specified circuit off-bus.

Input Parameters

handle
An open handle to a CAN circuit.
Output Parameters

None.

Return Value

canOK (zero) if success
canERR_xxx (negative) if failure.

Related Topics

canBusOn

An example.