Main Content

stop

Stop channel connection to J1939 bus

Description

example

stop(chan) deactivates the channel chan on a J1939 bus. The channel also deactivates when it is cleared from the memory.

Examples

collapse all

Deactivate a channel on a J1939 bus.

db = canDatabase('MyDatabase.dbc');
chan = j1939Channel(db,'Vector','CANCaseXL 1',1);
start(chan)

stop(chan)

Input Arguments

collapse all

J1939 channel, specified as a channel object. Use thej1939Channel function to create and define the channel.

Version History

Introduced in R2015b

See Also

Functions