类 FoE.FoEBusyEventArgs
java.lang.Object
com.darra.ethercat.slave.FoE.FoEBusyEventArgs
- 封闭类:
FoE
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
文本信息 (可为空) / optional BusyText. -
RetryIdx
public int RetryIdx重试序号 / retry index.
-
-
构造器详细资料
-
FoEBusyEventArgs
public FoEBusyEventArgs()
-