mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 12:44:48 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user