Files
pybricks-api/doc/api/ev3messaging.rst
T
Laurens Valk 627701d26a doc/ev3messaging: organize page
Group connection related classes under a header and move it to the top.

Avoid duplicating shared methods. This reduces the page length considerably so it is easier to see the bigger picture. Add examples of data types instead.
2020-02-12 09:55:28 +01:00

32 lines
566 B
ReStructuredText

:mod:`ev3messaging <pybricks.ev3messaging>` -- EV3 Messaging
============================================================
.. automodule:: pybricks.ev3messaging
:no-members:
.. currentmodule:: pybricks.ev3messaging
Connections
------------
.. autoclass:: BluetoothMailboxServer
.. autoclass:: BluetoothMailboxClient
Mailboxes
---------
Mailboxes are used to send data to and from other EV3s.
.. autoclass:: Mailbox
.. autoclass:: LogicMailbox
:no-members:
.. autoclass:: NumericMailbox
:no-members:
.. autoclass:: TextMailbox
:no-members: