mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
Allow files like messaging .rst to be included without having to copy the images.
45 lines
794 B
ReStructuredText
45 lines
794 B
ReStructuredText
:mod:`messaging <pybricks.messaging>` -- Messaging
|
|
==================================================
|
|
|
|
.. automodule:: pybricks.messaging
|
|
:no-members:
|
|
|
|
.. currentmodule:: pybricks.messaging
|
|
|
|
Introductory text. An example network is shown in :numref:`fig_messaging`.
|
|
|
|
.. _fig_messaging:
|
|
|
|
.. figure:: ../api/images/messaging_label.png
|
|
:width: 90 %
|
|
:alt: messaging
|
|
:align: center
|
|
|
|
An example network with one server and two clients.
|
|
|
|
|
|
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:
|
|
|