Skip to Main Content Skip to Search
Product Documentation

filterAllowAll - Allow all messages of specified identifier type

Syntax

filterAllowAll(canch,'type')

Description

filterAllowAll(canch,'type') opens the filter on the specified CAN channel to allow all messages matching the specified identifier type to pass the acceptance filter.

Input Arguments

canch

The CAN channel on which you want to filter messages.

type

The identifier type by which to filter. CAN messages are 'Standard' and 'Extended'.

Examples

To allow all standard and extended message typed to pass the filter, type:

canch = canChannel('Vector','CANCaseXL 1',1)
filterAllowAll(canch,'Standard')
filterAllowAll(canch,'Extended')

See Also

filterAllowOnly | filterBlockAll

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS