mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-09 01:34:50 +00:00
updated secure TCP stuff to have the PepperDash.Core namespace
This commit is contained in:
Binary file not shown.
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
namespace PepperDash_Core.Comm
|
||||
namespace PepperDash_Core
|
||||
{
|
||||
public class DynamicTCPServer
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using Crestron.SimplSharp;
|
||||
using Crestron.SimplSharp.CrestronSockets;
|
||||
using PepperDash.Core;
|
||||
|
||||
namespace SecureTCP.SecureTCP.Client
|
||||
namespace PepperDash.Core
|
||||
{
|
||||
public class GenericSecureTcpClient : Device, ISocketStatus, IAutoReconnect
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user