[r519]: / branches / h-hermsen / mqttsparkplugb / SparkplugB / Function Blocks / FB_Device / FB_Device / IsCoupledWithEoN / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 3.0 kB

1
2
3
4
5
6
IsCoupledWithEoN := FALSE;
    // we were allready connected, so we deregister that connection
    IF _itfPrevEoN <> 0 THEN
        _itfPrevEoN.DeregisterDevice(itfDevice := THIS^);
        _itfPrevEoN := 0;
	END_IF