类 FSoE.FSoECommParameters
java.lang.Object
com.darra.ethercat.slave.FSoE.FSoECommParameters
- 封闭类:
FSoE
FSoE 通信参数 (ETG.5120 section 5.2.3)
-
字段概要
字段修饰符和类型字段说明short应用参数长度 (SI8)short通信参数长度 (SI7)short连接ID (SI3)short连接类型 (SI6): 0=Master, 1=SlaveshortFSoE从站安全地址 (SI2)版本 (SI1)int看门狗超时(毫秒) (SI4) -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
ConnectionId
public short ConnectionId连接ID (SI3) -
SafetyAddress
public short SafetyAddressFSoE从站安全地址 (SI2) -
WatchdogTimeMs
public int WatchdogTimeMs看门狗超时(毫秒) (SI4) -
CommParamLength
public short CommParamLength通信参数长度 (SI7) -
AppParamLength
public short AppParamLength应用参数长度 (SI8) -
Version
版本 (SI1) -
ConnectionType
public short ConnectionType连接类型 (SI6): 0=Master, 1=Slave
-
-
构造器详细资料
-
FSoECommParameters
public FSoECommParameters()
-