public class Watch extends Response
| Constructor and Description |
|---|
Watch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCLASS() |
String |
getDevice() |
int |
getRaw() |
String |
getRemote() |
boolean |
isEnable() |
boolean |
isJson() |
boolean |
isNmea() |
boolean |
isScaled() |
boolean |
isTiming() |
void |
setClass(String _class) |
void |
setDevice(String device) |
void |
setEnable(boolean enable) |
void |
setJson(boolean json) |
void |
setNmea(boolean nmea) |
void |
setRaw(int raw) |
void |
setRemote(String remote) |
void |
setScaled(boolean scaled) |
void |
setTiming(boolean timing) |
public void setEnable(boolean enable)
public boolean isEnable()
public void setJson(boolean json)
public boolean isJson()
public void setNmea(boolean nmea)
public boolean isNmea()
public void setRaw(int raw)
public int getRaw()
public void setScaled(boolean scaled)
public boolean isScaled()
public void setTiming(boolean timing)
public boolean isTiming()
public void setDevice(String device)
public String getDevice()
public void setRemote(String remote)
public String getRemote()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.