类 VoE.VoENotificationEventArgs

java.lang.Object
com.darra.ethercat.slave.VoE.VoENotificationEventArgs
封闭类:
VoE

public static class VoE.VoENotificationEventArgs extends Object
通知事件参数 (对齐 C# VoENotificationEventArgs).
  • 字段详细资料

    • 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)
  • 方法详细资料