public class HttpFunctions
extends java.lang.Object
| Constructor and Description |
|---|
HttpFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static HttpResult |
sendGet(Device d,
Command c)
Sends a GET command to the device specified with the command parameters specified.
|
public static HttpResult sendGet(Device d, Command c)
d - a Device to send the command toc - a Command to send