From 3a794e8a4664d7ecf117b4bc7177ee2db96e78f1 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Mon, 10 May 2021 21:05:02 +0200 Subject: [PATCH] Cleanup trailing whitespace in PLC and PLCHelpers --- S7.Net/PLC.cs | 2 +- S7.Net/PLCHelpers.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/S7.Net/PLC.cs b/S7.Net/PLC.cs index 8882a13..3a73b4c 100644 --- a/S7.Net/PLC.cs +++ b/S7.Net/PLC.cs @@ -14,7 +14,7 @@ namespace S7.Net public partial class Plc : IDisposable { private const int CONNECTION_TIMED_OUT_ERROR_CODE = 10060; - + //TCP connection to device private TcpClient? tcpClient; private NetworkStream? _stream; diff --git a/S7.Net/PLCHelpers.cs b/S7.Net/PLCHelpers.cs index ff56d27..5b2d77f 100644 --- a/S7.Net/PLCHelpers.cs +++ b/S7.Net/PLCHelpers.cs @@ -30,8 +30,8 @@ namespace S7.Net } /// - /// Create the bytes-package to request data from the PLC. You have to specify the memory type (dataType), - /// the address of the memory, the address of the byte and the bytes count. + /// Create the bytes-package to request data from the PLC. You have to specify the memory type (dataType), + /// the address of the memory, the address of the byte and the bytes count. /// /// MemoryType (DB, Timer, Counter, etc.) /// Address of the memory to be read