Files
MewtocolNet/MewtocolTests/EncapsulatedTests/ExpectedPlcInformationData.cs
2023-06-27 20:44:11 +02:00

18 lines
312 B
C#

using MewtocolNet;
namespace MewtocolTests.EncapsulatedTests;
public class ExpectedPlcInformationData {
public string PLCName { get; set; }
public string PLCIP { get; set; }
public int PLCPort { get; set; }
public CpuType Type { get; set; }
public int ProgCapacity { get; set; }
}