mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
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.
32 lines
566 B
ReStructuredText
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:
|
|
|