Added IDisposable to Plc class.

Signed-off-by: Michele Cattafesta <michele.cattafesta@mesta-automation.com>
This commit is contained in:
Michele Cattafesta
2016-05-02 07:40:12 +02:00
parent 730f2f7da1
commit 0a450ec769

View File

@@ -10,7 +10,7 @@ using Double = System.Double;
namespace S7.Net
{
public class Plc
public class Plc : IDisposable
{
private Socket _mSocket; //TCP connection to device