Class Device
java.lang.Object
net.anwiba.spatial.gps.gpsd.response.Response
net.anwiba.spatial.gps.gpsd.response.Device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetBps()getCLASS()intgetCycle()intgetFlags()intintgetPath()voidsetActivated(String activated) voidsetBps(int bps) voidvoidsetCycle(int cycle) voidvoidsetFlags(int flags) voidsetMincycle(int mincycle) voidsetNative(int _native) voidvoidvoidsetStopbits(String stopbits) voidsetSubtype(String subtype)
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
setClass
-
getCLASS
-
setPath
-
getPath
-
setActivated
-
getActivated
-
setFlags
public void setFlags(int flags) -
getFlags
public int getFlags() -
setDriver
-
getDriver
-
setSubtype
-
getSubtype
-
setBps
public void setBps(int bps) -
getBps
public int getBps() -
setParity
-
getParity
-
setStopbits
-
getStopbits
-
setNative
public void setNative(int _native) -
getNative
public int getNative() -
setCycle
public void setCycle(int cycle) -
getCycle
public int getCycle() -
setMincycle
public void setMincycle(int mincycle) -
getMincycle
public int getMincycle()
-