[r919]: / branches / develop / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_Payload_1 / FB_PayloadPropertyValue / FBF / prvInstInit / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 1.8 kB

1
2
3
4
5
6
// This methode is called from the factory to give a chance
SUPER^.prvInstInit(itfData);
xOk := __QUERYPOINTER(itfData, pData);
IF xOk THEN
	(* THIS^.iLocalVar := pData^.iInitValue *);
END_IF