mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
13 lines
195 B
C#
13 lines
195 B
C#
using Crestron.SimplSharpPro;
|
|
|
|
|
|
namespace PepperDash.Essentials.Core.Communications
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public interface IComPortsDevice
|
|
{
|
|
IComPorts Device { get; }
|
|
}
|
|
} |