[r818]: / branches / FeatureBranches / Debuglogging / SparkplugB / Function Blocks / FB_PrimaryHost / FB_PrimaryHost / Subscribe / Subscribe / svnobj  Maximize  Restore  History

Download this file

8 lines (7 with data), 1.9 kB

1
2
3
4
5
6
7
{attribute 'hide'}
METHOD Subscribe : BOOL;
VAR
	STATETopic : WSTRING(255);
	Qos : mqtt.MQTT_QOS := mqtt.MQTT_QOS.QoS1;
                    WSTRING_TO_STRING( _TopicProvider.wsSubscriberTopic ) );
END_IF