MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / disconnect_socket

Method disconnect_socket

opcua/client/client.py:309–310  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

307 self.uaclient.connect_socket(self.server_url.hostname, self.server_url.port)
308
309 def disconnect_socket(self):
310 self.uaclient.disconnect_socket()
311
312 def send_hello(self):
313 """

Callers 5

connectMethod · 0.95
disconnectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected