类 FSoE.FSoEConnectionStatus
java.lang.Object
com.darra.ethercat.slave.FSoE.FSoEConnectionStatus
- 封闭类:
FSoE
FSoE 连接状态
-
字段概要
字段修饰符和类型字段说明intCRC错误计数int总错误计数int接收有效帧数int发送帧数boolean是否处于失效安全模式boolean连接是否已初始化最后的错误代码当前FSoE状态int当前切换位值int看门狗超时计数boolean看门狗是否过期 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
State
当前FSoE状态 -
LastError
最后的错误代码 -
ErrorCount
public int ErrorCount总错误计数 -
FramesSent
public int FramesSent发送帧数 -
FramesReceived
public int FramesReceived接收有效帧数 -
CrcErrors
public int CrcErrorsCRC错误计数 -
WatchdogErrors
public int WatchdogErrors看门狗超时计数 -
WatchdogExpired
public boolean WatchdogExpired看门狗是否过期 -
InFailsafe
public boolean InFailsafe是否处于失效安全模式 -
ToggleBit
public int ToggleBit当前切换位值 -
IsInitialized
public boolean IsInitialized连接是否已初始化
-
-
构造器详细资料
-
FSoEConnectionStatus
public FSoEConnectionStatus()
-