public class Device extends Response
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivated() |
int |
getBps() |
String |
getCLASS() |
int |
getCycle() |
String |
getDriver() |
int |
getFlags() |
int |
getMincycle() |
int |
getNative() |
String |
getParity() |
String |
getPath() |
String |
getStopbits() |
String |
getSubtype() |
void |
setActivated(String activated) |
void |
setBps(int bps) |
void |
setClass(String _class) |
void |
setCycle(int cycle) |
void |
setDriver(String driver) |
void |
setFlags(int flags) |
void |
setMincycle(int mincycle) |
void |
setNative(int _native) |
void |
setParity(String parity) |
void |
setPath(String path) |
void |
setStopbits(String stopbits) |
void |
setSubtype(String subtype) |
public void setPath(String path)
public String getPath()
public void setActivated(String activated)
public String getActivated()
public void setFlags(int flags)
public int getFlags()
public void setDriver(String driver)
public String getDriver()
public void setSubtype(String subtype)
public String getSubtype()
public void setBps(int bps)
public int getBps()
public void setParity(String parity)
public String getParity()
public void setStopbits(String stopbits)
public String getStopbits()
public void setNative(int _native)
public int getNative()
public void setCycle(int cycle)
public int getCycle()
public void setMincycle(int mincycle)
public int getMincycle()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.