public static class CapabilityImageControl.SetText extends Command<CapabilityImageControl.CommandId>
Capability.sendResourceCommand(buzz.getcoco.iot.Command<T>, buzz.getcoco.iot.Capability.CommandStatusListener<T>) while sending set text commands.Command.State| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
text
The text that will be displayed on all the streams.
|
int |
xpos
position on the x-axis the text has to be placed.
|
int |
ypos
position on the y-axis the text has to be placed.
|
| Constructor and Description |
|---|
SetText()
A no-arg constructor to create
SetText command. |
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString@SerializedName(value="text") public java.lang.String text
@SerializedName(value="xPosition") public int xpos
@SerializedName(value="yPosition") public int ypos