Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ PublishRequestData
Class
PublishRequestData
opcua/server/uaprocessor.py:13–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
13
class
PublishRequestData(object):
14
15
def
__init__(self):
16
self.requesthdr = None
17
self.seqhdr = None
18
self.timestamp = time.time()
19
20
21
class
UaProcessor(object):
Callers
1
_process_message
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected