[r920]: / branches / develop / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_Payload_1 / LinkedListWStringElement / svnobj  Maximize  Restore  History

Download this file

10 lines (8 with data), 2.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
FUNCTION_BLOCK LinkedListWStringElement EXTENDS FBF.InstanceBase IMPLEMENTS IElement, __SYSTEM.IQueryInterface
VAR
    m_WStringValue : WSTRING;
	
	// IElement
    _itfPrev : IElement;
    _itfNext : IElement;
    _itfList : IList;
END_VAR