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

Method from_binary

opcua/common/connection.py:29–31  ·  view source on GitHub ↗
(security_policy, data)

Source from the content-addressed store, hash-verified

27
28 @staticmethod
29 def from_binary(security_policy, data):
30 h = header_from_binary(data)
31 return MessageChunk.from_header_and_body(security_policy, h, data)
32
33 @staticmethod
34 def from_header_and_body(security_policy, header, buf):

Callers 2

test_message_chunkMethod · 0.80

Calls 2

header_from_binaryFunction · 0.90
from_header_and_bodyMethod · 0.80

Tested by 1

test_message_chunkMethod · 0.64