类 EtherCATMaster.PDOFrameLossStats

java.lang.Object
com.darra.ethercat.master.EtherCATMaster.PDOFrameLossStats
封闭类:
EtherCATMaster

public static final class EtherCATMaster.PDOFrameLossStats extends Object
PDO 丢帧统计. 与 C# / Python / Rust / CPP PDOFrameLossStats 字段命名一致: totalLost / consecutiveLost / maxConsecutiveLost.
  • 字段详细资料

    • totalLost

      public final long totalLost
    • consecutiveLost

      public final long consecutiveLost
    • maxConsecutiveLost

      public final long maxConsecutiveLost
  • 构造器详细资料

    • PDOFrameLossStats

      public PDOFrameLossStats(long totalLost, long consecutiveLost, long maxConsecutiveLost)
  • 方法详细资料

    • getTotalLost

      public long getTotalLost()
    • getConsecutiveLost

      public long getConsecutiveLost()
    • getMaxConsecutiveLost

      public long getMaxConsecutiveLost()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object