类 EtherCATTypes.SlaveErrorCounters
java.lang.Object
com.darra.ethercat.data.EtherCATTypes.SlaveErrorCounters
- 封闭类:
EtherCATTypes
从站错误计数器
-
字段概要
字段修饰符和类型字段说明long帧错误数long丢失帧数long端口0 CRC 错误数long端口1 CRC 错误数long端口2 CRC 错误数long端口3 CRC 错误数int从站索引 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
slaveIndex
public int slaveIndex从站索引 -
port0CrcErrors
public long port0CrcErrors端口0 CRC 错误数 -
port1CrcErrors
public long port1CrcErrors端口1 CRC 错误数 -
port2CrcErrors
public long port2CrcErrors端口2 CRC 错误数 -
port3CrcErrors
public long port3CrcErrors端口3 CRC 错误数 -
frameErrors
public long frameErrors帧错误数 -
lostFrames
public long lostFrames丢失帧数
-
-
构造器详细资料
-
SlaveErrorCounters
public SlaveErrorCounters()
-
-
方法详细资料