incomingMessages property

Stream<CanMessage> incomingMessages

A stream of incoming CAN messages. Use Stream.listen to handle them.

This stream returns CanMessage objects, which are wrappers around native structs, which needs to be freed after use. Be sure to call CanMessage.dispose when you're done using it.

Implementation

Stream<CanMessage> get incomingMessages;