类 VoE.VoENotificationEventArgs
java.lang.Object
com.darra.ethercat.slave.VoE.VoENotificationEventArgs
- 封闭类:
VoE
通知事件参数 (对齐 C# VoENotificationEventArgs).
-
字段概要
字段修饰符和类型字段说明final byte[]final shortfinal longfinal intfinal short -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
slaveIndex
public final short slaveIndex -
vendorId
public final int vendorId -
vendorType
public final short vendorType -
data
public final byte[] data -
timestampUnixMs
public final long timestampUnixMs
-
-
构造器详细资料
-
VoENotificationEventArgs
public VoENotificationEventArgs(short slaveIndex, int vendorId, short vendorType, byte[] data)
-
-
方法详细资料