Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ SecurityHeader
Method
SecurityHeader
opcua/ua/uaprotocol_hand.py:286–287 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
284
return
self._chunks[0].SequenceHeader
285
286
def
SecurityHeader(self):
287
return
self._chunks[0].SecurityHeader
288
289
def
body(self):
290
body = b
""
.join([c.Body
for
c in self._chunks])
Callers
1
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected