Function drivers::socketcan::set_can_filter_join
Defined in File socket_can_common.hpp
Function Documentation
-
void drivers::socketcan::set_can_filter_join(int32_t fd, bool join_filters)
Set filters joining option for SocketCAN. If set, all filters must match for the frame to be passed.
- Parameters:
fd – [in] File descriptor of the socket
join_filters – [in] Should the filters be joined?