[r927]: / branches / develop / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_Metric / FB_Property / FB_AfterInit / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 1.1 kB

1
2
3
4
5
6
{attribute 'call_after_init'}
METHOD FB_AfterInit
VAR
IF THIS^.itfPropertyOwner <> 0 THEN
    itfPropertyOwner.RegisterProperty( THIS^ );
END_IF