init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DTS.Common.Interface.DASFactory
|
||||
{
|
||||
public interface IConnectedEthernetDevice
|
||||
{
|
||||
string MACAddress { get; }
|
||||
int Port { get; }
|
||||
string SerialNumber { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user