类 FoE.FoEBusyEventArgs

java.lang.Object
com.darra.ethercat.slave.FoE.FoEBusyEventArgs
封闭类:
FoE

public static class FoE.FoEBusyEventArgs extends Object
BUSY 帧事件参数 / BUSY frame event args (ETG.1000.6 Table 93). 固件烧写期间从站返回 BUSY 帧时触发, 携带已完成量 / 总量 / 可选文本.
  • 字段详细资料

    • Slave

      public short Slave
      从站编号 / slave number.
    • Done

      public int Done
      已完成量 (从站报告) / Done reported by the slave.
    • Entire

      public int Entire
      总量 (从站报告) / Entire reported by the slave.
    • Text

      public String Text
      文本信息 (可为空) / optional BusyText.
    • RetryIdx

      public int RetryIdx
      重试序号 / retry index.
  • 构造器详细资料

    • FoEBusyEventArgs

      public FoEBusyEventArgs()