public class SendReadResponseCommand
extends ej.rcommand.synchronous.Command<java.lang.Boolean>
Constructor and Description |
---|
SendReadResponseCommand(short connHandle,
short attributeHandle,
byte status,
byte[] value,
int valueSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.Boolean |
readResponseInternal(ej.rcommand.CommandReader reader) |
void |
writeBody(ej.rcommand.CommandSender sender) |
public SendReadResponseCommand(short connHandle, short attributeHandle, byte status, byte[] value, int valueSize)
public java.lang.String getName()
getName
in class ej.rcommand.synchronous.Command<java.lang.Boolean>
public void writeBody(ej.rcommand.CommandSender sender) throws java.io.IOException
writeBody
in class ej.rcommand.synchronous.Command<java.lang.Boolean>
java.io.IOException
public java.lang.Boolean readResponseInternal(ej.rcommand.CommandReader reader) throws java.io.IOException
readResponseInternal
in class ej.rcommand.synchronous.Command<java.lang.Boolean>
java.io.IOException