类 FSoE.FSoEConnectionStatus

java.lang.Object
com.darra.ethercat.slave.FSoE.FSoEConnectionStatus
封闭类:
FSoE

public static class FSoE.FSoEConnectionStatus extends Object
FSoE 连接状态
  • 字段详细资料

    • State

      public FSoE.FSoEState State
      当前FSoE状态
    • LastError

      public FSoE.FSoEError LastError
      最后的错误代码
    • ErrorCount

      public int ErrorCount
      总错误计数
    • FramesSent

      public int FramesSent
      发送帧数
    • FramesReceived

      public int FramesReceived
      接收有效帧数
    • CrcErrors

      public int CrcErrors
      CRC错误计数
    • WatchdogErrors

      public int WatchdogErrors
      看门狗超时计数
    • WatchdogExpired

      public boolean WatchdogExpired
      看门狗是否过期
    • InFailsafe

      public boolean InFailsafe
      是否处于失效安全模式
    • ToggleBit

      public int ToggleBit
      当前切换位值
    • IsInitialized

      public boolean IsInitialized
      连接是否已初始化
  • 构造器详细资料

    • FSoEConnectionStatus

      public FSoEConnectionStatus()