MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / getMessageId

Method getMessageId

wsdiscovery/envelope.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 self._action = action
29
30 def getMessageId(self):
31 return self._messageId
32
33 def setMessageId(self, messageId):
34 self._messageId = messageId

Callers 12

addUnicastMessageMethod · 0.80
addMulticastMessageMethod · 0.80
_recvMessagesMethod · 0.80
showEnvFunction · 0.80
_handle_probeMethod · 0.80
_handle_resolveMethod · 0.80
createByeMessageFunction · 0.80
createResolveMessageFunction · 0.80
createProbeMatchMessageFunction · 0.80
createHelloMessageFunction · 0.80
createProbeMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected