mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
updated secure TCP stuff to have the PepperDash.Core namespace
This commit is contained in:
parent
ac1166b0f8
commit
2a39aad14a
3 changed files with 2 additions and 2 deletions
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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue