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 32 33 34
|
.. currentmodule:: pyudev
:class:`Monitor` – monitor devices
----------------------------------
.. autoclass:: Monitor()
.. automethod:: from_netlink
.. automethod:: from_socket
.. attribute:: context
The :class:`Context` to which this monitor is bound.
.. versionadded:: 0.5
.. automethod:: fileno
.. automethod:: filter_by
.. automethod:: filter_by_tag
.. automethod:: enable_receiving
.. method:: start
Alias for :meth:`enable_receiving`
.. automethod:: set_receive_buffer_size
.. automethod:: receive_device
.. automethod:: __iter__
|