CpInfo.cs 255 B

12345678910
  1. namespace PLC.Siemens.Protocol.Szl
  2. {
  3. public class CpInfo
  4. {
  5. public int MaxPduLengt { get; set; }
  6. public int MaxConnections { get; set; }
  7. public int MaxMpiRate { get; set; }
  8. public int MaxBusRate { get; set; }
  9. }
  10. }