Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
connect_and_get_server_endpoints
Method · 0.95
connect_and_find_servers
Method · 0.95
connect_and_find_servers_on_network
Method · 0.95
connect
Method · 0.95
disconnect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected