mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Added performance improvements for cyclic polling by using single frame building of multiple registers
- cleaned and refactored codebase
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user