obspy.clients.seedlink.client.slstate.SLState
=============================================

.. currentmodule:: obspy.clients.seedlink.client.slstate
.. autoclass:: SLState
   :show-inheritance:



.. rubric:: Attributes

.. autosummary::
  :toctree: .
  :nosignatures:

  ~SLState.BUFSIZE
  ~SLState.INFO_QUERY
  ~SLState.KEEP_ALIVE_QUERY
  ~SLState.NO_QUERY
  ~SLState.SL_DATA
  ~SLState.SL_DOWN
  ~SLState.SL_UP


.. rubric:: Public Methods

.. autosummary::
  :toctree: .
  :nosignatures:


  ~SLState.append_bytes
  ~SLState.bytes_remaining
  ~SLState.get_packet
  ~SLState.increment_send_pointer
  ~SLState.is_end
  ~SLState.is_error
  ~SLState.pack_data_buffer
  ~SLState.packet_available
  ~SLState.packet_is_info




.. rubric:: Special Methods



.. automethod:: SLState.__delattr__

.. automethod:: SLState.__dir__

.. automethod:: SLState.__eq__

.. automethod:: SLState.__format__

.. automethod:: SLState.__ge__

.. automethod:: SLState.__getattribute__

.. automethod:: SLState.__gt__

.. automethod:: SLState.__hash__

.. automethod:: SLState.__init__

.. automethod:: SLState.__init_subclass__

.. automethod:: SLState.__le__

.. automethod:: SLState.__lt__

.. automethod:: SLState.__ne__

.. automethod:: SLState.__new__

.. automethod:: SLState.__reduce__

.. automethod:: SLState.__reduce_ex__

.. automethod:: SLState.__repr__

.. automethod:: SLState.__setattr__

.. automethod:: SLState.__sizeof__

.. automethod:: SLState.__str__

.. automethod:: SLState.__subclasshook__