obspy.clients.seedlink.client.seedlinkconnection.SeedLinkConnection =================================================================== .. currentmodule:: obspy.clients.seedlink.client.seedlinkconnection .. autoclass:: SeedLinkConnection :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~SeedLinkConnection.DFT_READBUF_SIZE ~SeedLinkConnection.QUOTE_CHAR ~SeedLinkConnection.SEEDLINK_DEFAULT_PORT ~SeedLinkConnection.SEEDLINK_PROTOCOL_PREFIX ~SeedLinkConnection.UNINETWORK ~SeedLinkConnection.UNISTATION .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~SeedLinkConnection.add_stream ~SeedLinkConnection.check_slcd ~SeedLinkConnection.check_version ~SeedLinkConnection.close ~SeedLinkConnection.collect ~SeedLinkConnection.config_link ~SeedLinkConnection.connect ~SeedLinkConnection.disconnect ~SeedLinkConnection.do_terminate ~SeedLinkConnection.get_info_string ~SeedLinkConnection.get_keep_alive ~SeedLinkConnection.get_net_delay ~SeedLinkConnection.get_net_timeout ~SeedLinkConnection.get_sl_address ~SeedLinkConnection.get_state ~SeedLinkConnection.get_streams ~SeedLinkConnection.is_connected ~SeedLinkConnection.is_connected_impl ~SeedLinkConnection.negotiate_multi_station ~SeedLinkConnection.negotiate_station ~SeedLinkConnection.negotiate_uni_station ~SeedLinkConnection.parse_stream_list ~SeedLinkConnection.read_stream_list ~SeedLinkConnection.receive_data ~SeedLinkConnection.recover_state ~SeedLinkConnection.request_info ~SeedLinkConnection.save_state ~SeedLinkConnection.say_hello ~SeedLinkConnection.send_data ~SeedLinkConnection.send_info_request ~SeedLinkConnection.set_begin_time ~SeedLinkConnection.set_end_time ~SeedLinkConnection.set_keep_alive ~SeedLinkConnection.set_last_pkt_time ~SeedLinkConnection.set_net_delay ~SeedLinkConnection.set_net_timeout ~SeedLinkConnection.set_sl_address ~SeedLinkConnection.set_state_file ~SeedLinkConnection.set_uni_params ~SeedLinkConnection.terminate ~SeedLinkConnection.update_stream .. rubric:: Special Methods .. automethod:: SeedLinkConnection.__delattr__ .. automethod:: SeedLinkConnection.__dir__ .. automethod:: SeedLinkConnection.__eq__ .. automethod:: SeedLinkConnection.__format__ .. automethod:: SeedLinkConnection.__ge__ .. automethod:: SeedLinkConnection.__getattribute__ .. automethod:: SeedLinkConnection.__gt__ .. automethod:: SeedLinkConnection.__hash__ .. automethod:: SeedLinkConnection.__init__ .. automethod:: SeedLinkConnection.__init_subclass__ .. automethod:: SeedLinkConnection.__le__ .. automethod:: SeedLinkConnection.__lt__ .. automethod:: SeedLinkConnection.__ne__ .. automethod:: SeedLinkConnection.__new__ .. automethod:: SeedLinkConnection.__reduce__ .. automethod:: SeedLinkConnection.__reduce_ex__ .. automethod:: SeedLinkConnection.__repr__ .. automethod:: SeedLinkConnection.__setattr__ .. automethod:: SeedLinkConnection.__sizeof__ .. automethod:: SeedLinkConnection.__str__ .. automethod:: SeedLinkConnection.__subclasshook__