VOID_RESPONSE| Constructor and Description | 
|---|
SendWriteResponseCommand(short connHandle,
                        short attributeHandle,
                        byte status)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
Boolean | 
readResponseInternal(CommandReader reader)
Reads and returns the response from the reader. 
 | 
void | 
writeBody(CommandSender sender)
Writes the body of the command. 
 | 
getResponse, isResponseReceived, readResponsepublic SendWriteResponseCommand(short connHandle,
                                short attributeHandle,
                                byte status)
public Boolean readResponseInternal(CommandReader reader) throws IOException
CommandreadResponseInternal in class Command<Boolean>reader - the reader used to read the response.IOException - if an I/O error occurs.public void writeBody(CommandSender sender) throws IOException
CommandwriteBody in class Command<Boolean>sender - the sender used to send the command.IOException - if an I/O error occurs.