MCPcopy
hub / github.com/AirtestProject/Poco / send_message

Method send_message

poco/drivers/unity3d/unity3d_poco.py:84–85  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

82 # self.vr = UnityVRSupport(self.agent.rpc)
83
84 def send_message(self, message):
85 self.agent.rpc.call("SendMessage", message)
86
87 def invoke(self, listener, **kwargs):
88 callback = self.agent.rpc.call("Invoke", listener=listener, data=kwargs)

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected