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

Download this file

8 lines (7 with data), 1.3 kB

1
2
3
4
5
6
7
{attribute 'hide'}
IF _itfList = 0 THEN
    // This element is not a member of a list
    RemoveElem := 0;
    RETURN;
END_IF
RemoveElem := _itfList.RemoveElem( THIS^ );