public class SendNotificationCommand
extends ej.rcommand.synchronous.Command<java.lang.Boolean>
| Constructor and Description |
|---|
SendNotificationCommand(short connHandle,
short attributeHandle,
byte[] value,
int valueSize,
boolean confirm) |
| 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 SendNotificationCommand(short connHandle,
short attributeHandle,
byte[] value,
int valueSize,
boolean confirm)
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.IOExceptionpublic 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