Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 52: Line 52:
<b>method: on_message</b>
<b>method: on_message</b>
<pre><nowiki>
<pre><nowiki>
on_message(self, port_name:str, data:Any)
on_message(self, port_id:str, data:Any)


Called when this node receives data. port_name is the name of the port which receive the data, data is the JSON payload of the data.
Called when this node receives data. port_id is the id of the port which receive the data, data is the JSON payload of the data.
</nowiki></pre>
</nowiki></pre>



Revision as of 05:33, 13 May 2023

Firebird

Overview

Models