User`s guide

13 Properties — Alphabetical List
13-20
MessageReceivedFcn
Specify function to run
Description
Configure MessageReceivedFcn as a callback function to run a string expression, a
function handle, or a cell array when a specified number of messages are available.
The MessageReceivedFcnCount property defines the number of messages available
before the configured MessageReceivedFcn runs.
Characteristics
Usage CAN channel
Read only Never
Data type Callback function
Values
The default value is an empty string. You can specify the name of a callback function
that you want to run when the specified number of messages are available.
Examples
canch.MessageReceivedFcn = @Myfunction
See Also
Functions
canChannel