Searched defs:CanErrorListener (Results 1 – 1 of 1) sorted by relevance
38 struct CanErrorListener : public can::V1_0::ICanErrorListener { struct39 virtual Return<void> onError(ErrorEvent, bool) override { return {}; } in onError()