Class Command.ServiceSendEventRequest

java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.ServiceSendEventRequest
All Implemented Interfaces:
Command.ProMoveCommand
Enclosing class:
Command

@Deprecated
public static class Command.ServiceSendEventRequest
extends Command.ProMoveRequest
Deprecated.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    byte bitnr
    Deprecated.
     
    byte event
    Deprecated.
     
    short param1
    Deprecated.
     
    short param2
    Deprecated.
     
  • Constructor Summary

    Constructors 
    Constructor Description
    ServiceSendEventRequest​(byte bitnr, byte event, short param1, short param2)
    Deprecated.
    create a service event request for a sampler
  • Method Summary

    Modifier and Type Method Description
    byte[] getBytes()
    Deprecated.
     
    byte getSubType()
    Deprecated.
     
    Command.Group getType()
    Deprecated.
     

    Methods inherited from class com.inertia.promove.Command.ProMoveRequest

    getFromNode, parse, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • bitnr

      public byte bitnr
      Deprecated.
    • event

      public byte event
      Deprecated.
    • param1

      public short param1
      Deprecated.
    • param2

      public short param2
      Deprecated.
  • Constructor Details

    • ServiceSendEventRequest

      public ServiceSendEventRequest​(byte bitnr, byte event, short param1, short param2)
      Deprecated.
      create a service event request for a sampler
      Parameters:
      bitnr - sampler DBF bit number
      event - the event number
      param1 - the first param (2 bytes)
      param2 - the second param (2 bytes)
  • Method Details