Package com.inertia.promove
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
-
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
-
Field Details
-
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 numberevent
- the event numberparam1
- the first param (2 bytes)param2
- the second param (2 bytes)
-
-
Method Details
-
getSubType
public byte getSubType()Deprecated. -
getType
Deprecated. -
getBytes
public byte[] getBytes()Deprecated.- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveRequest
-