Extends the parent with a send() method.
More...
|
| _socket = socket.fromfd(fd, socket.AF_UNIX, socket.SOCK_STREAM) |
| _select = selectors.DefaultSelector() |
| _buffer = bytearray(0) |
Extends the parent with a send() method.
Definition at line 367 of file client.py.
◆ __init__()
lirc.client.CommandConnection.__init__ |
( |
| self, |
|
|
str | socket_path = None ) |
◆ send()
lirc.client.CommandConnection.send |
( |
| self, |
|
|
(bytearray, str) | command ) |
Send single line over socket.
Definition at line 373 of file client.py.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/lirc-0.10.0-build/lirc-0.10.0/python-pkg/lirc/client.py