mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
- add separate maibox classes - drop bluetooth module since it is not considered public API
44 lines
855 B
ReStructuredText
44 lines
855 B
ReStructuredText
:mod:`ev3messaging <pybricks.ev3messaging>` -- EV3 Messaging
|
|
============================================================
|
|
|
|
.. automodule:: pybricks.ev3messaging
|
|
:no-members:
|
|
|
|
.. currentmodule:: pybricks.ev3messaging
|
|
|
|
|
|
Mailboxes
|
|
---------
|
|
|
|
Mailboxes are used to send data to and from other EV3s.
|
|
|
|
.. autoclass:: LogicMailbox
|
|
:no-members:
|
|
|
|
.. automethod:: read
|
|
.. automethod:: send
|
|
.. automethod:: wait
|
|
.. automethod:: wait_new
|
|
|
|
.. autoclass:: NumericMailbox
|
|
:no-members:
|
|
|
|
.. automethod:: read
|
|
.. automethod:: send
|
|
.. automethod:: wait
|
|
.. automethod:: wait_new
|
|
|
|
.. autoclass:: TextMailbox
|
|
:no-members:
|
|
|
|
.. automethod:: read
|
|
.. automethod:: send
|
|
.. automethod:: wait
|
|
.. automethod:: wait_new
|
|
|
|
.. autoclass:: Mailbox
|
|
|
|
.. autoclass:: BluetoothMailboxServer
|
|
|
|
.. autoclass:: BluetoothMailboxClient
|