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

Download this file

6 lines (5 with data), 1.1 kB

1
2
3
4
5
{attribute 'hide'}
METHOD IsListMemberOf : BOOL // xMember
VAR_INPUT
    itfList : IList;
IsListMemberOf := (itfList = THIS^._itfList);