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

Method SequenceHeader

opcua/ua/uaprotocol_hand.py:283–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

281 return self._chunks[0].SequenceHeader.RequestId
282
283 def SequenceHeader(self):
284 return self._chunks[0].SequenceHeader
285
286 def SecurityHeader(self):
287 return self._chunks[0].SecurityHeader

Callers 2

processMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected