close
Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 525 Bytes

File metadata and controls

38 lines (22 loc) · 525 Bytes

Library API

The main objects are the :class:`~can.BusABC` and the :class:`~can.Message`. A form of CAN interface is also required.

Hint

Check the backend specific documentation for any implementation specific details.

.. toctree::
   :maxdepth: 1

   bus
   message
   listeners
   bcm



Utilities

.. automodule:: can.util
    :members:


Notifier

The Notifier object is used as a message distributor for a bus.

.. autoclass:: can.Notifier
    :members: