org.simantics.databoard.channel
Class CommandSpec
java.lang.Object
org.simantics.databoard.channel.CommandSpec
public class CommandSpec
- extends java.lang.Object
Command specification.
Each command is well known.
- Author:
- Toni Kalajainen
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandId
public final Variant commandId
requestType
public final Datatype requestType
responseType
public final Datatype responseType
errorType
public final Datatype errorType
CommandSpec
public CommandSpec(Variant commandId,
Datatype requestType,
Datatype responseType,
Datatype errorType)