MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / sendNMBMessage

Method sendNMBMessage

pager_lib/nmb/base.py:61–62  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

59 self.data_buf = self.data_buf[offset:]
60
61 def sendNMBMessage(self, data):
62 self.sendNMBPacket(SESSION_MESSAGE, data)
63
64 def requestNMBSession(self):
65 my_name_encoded = encode_name(self.my_name, TYPE_WORKSTATION)

Callers 2

_sendSMBMessage_SMB2Method · 0.80
_sendSMBMessage_SMB1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected