File: backends.rst

package info (click to toggle)
nxt-python 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 812 kB
  • sloc: python: 6,857; xml: 22; makefile: 20; sh: 4
file content (31 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Connection Backends
===================

.. module:: nxt.backend

Backends are used by :func:`nxt.locator.find`. You will usually not use them
directly.

USB
---

.. automodule:: nxt.backend.usb
   :members:

Bluetooth
---------

.. automodule:: nxt.backend.bluetooth
   :members:

Device file
-----------

.. automodule:: nxt.backend.devfile
   :members:

Socket
------

.. automodule:: nxt.backend.socket
   :members: