mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 21:24:43 +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 System.Text;
|
||||||
using Crestron.SimplSharp;
|
using Crestron.SimplSharp;
|
||||||
|
|
||||||
namespace PepperDash_Core.Comm
|
namespace PepperDash_Core
|
||||||
{
|
{
|
||||||
public class DynamicTCPServer
|
public class DynamicTCPServer
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ using Crestron.SimplSharp;
|
|||||||
using Crestron.SimplSharp.CrestronSockets;
|
using Crestron.SimplSharp.CrestronSockets;
|
||||||
using PepperDash.Core;
|
using PepperDash.Core;
|
||||||
|
|
||||||
namespace SecureTCP.SecureTCP.Client
|
namespace PepperDash.Core
|
||||||
{
|
{
|
||||||
public class GenericSecureTcpClient : Device, ISocketStatus, IAutoReconnect
|
public class GenericSecureTcpClient : Device, ISocketStatus, IAutoReconnect
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user