- namespace Houdar.PLC.Driver.Simenss.Protocol.Szl
 
- {
 
-     public class CpuInfo
 
-     {
 
-         public string ModuleTypeName { get; set; }
 
-         public string SerialNumber { get; set; }
 
-         public string AsName { get; set; }
 
-         public string Copyright { get; set; }
 
-         public string ModuleName { get; set; }
 
-     }
 
- }
 
 
  |