Merge branch 'development' into hotfix/ssh-tcp-reconnect-fix

# Conflicts:
#	Pepperdash Core/Pepperdash Core/Comm/GenericSshClient.cs
#	Pepperdash Core/Pepperdash Core/Comm/GenericTcpIpClient.cs
This commit is contained in:
Jason T Alborough
2022-09-08 11:27:29 -04:00
48 changed files with 1919 additions and 543 deletions

View File

@@ -14,9 +14,8 @@ namespace PepperDash.Core
public class GenericSshClient : Device, ISocketStatusWithStreamDebugging, IAutoReconnect
{
private const string SPlusKey = "Uninitialized SshClient";
/// <summary>
/// Enables debugging to console
/// Object to enable stream debugging
/// </summary>
public CommunicationStreamDebugging StreamDebugging { get; private set; }
@@ -35,6 +34,11 @@ namespace PepperDash.Core
/// </summary>
public event EventHandler<GenericSocketStatusChageEventArgs> ConnectionChange;
///// <summary>
/////
///// </summary>
//public event GenericSocketStatusChangeEventDelegate SocketStatusChange;
/// <summary>
/// Address of server
/// </summary>