mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
Added IDisposable to Plc class.
Signed-off-by: Michele Cattafesta <michele.cattafesta@mesta-automation.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user