Events¶
MessageEvent¶
- class canlib.kvmlib.MessageEvent(id=None, channel=None, dlc=None, flags=None, data=None, timestamp=None)[source]¶
A CAN message recorded by a Memorator
- asframe()[source]¶
Convert this event to a
canlib.FrameCreates a new
canlib.Frameobject with the same contents as this event.