public class DisplayOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
byte |
parameter
The parameter for the display output
|
String |
sdata |
| Constructor and Description |
|---|
DisplayOutput() |
DisplayOutput(byte p,
String s) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCharPosition() |
byte |
getLinePosition() |
String |
getMessage() |
boolean |
isClearScreen() |
void |
setCharPosition(byte position) |
void |
setClearScreen(boolean clear) |
void |
setLinePosition(byte linePosition) |
void |
setMessage(String message) |
static byte[] |
stringToBytesASCII(String str)
Returns the ASCII of String.
|
String |
toString() |
public byte parameter
public String sdata
public DisplayOutput()
public DisplayOutput(byte p,
String s)
public byte getCharPosition()
public void setCharPosition(byte position)
public boolean isClearScreen()
public void setClearScreen(boolean clear)
public byte getLinePosition()
public void setLinePosition(byte linePosition)
public String getMessage()
public void setMessage(String message)
public static byte[] stringToBytesASCII(String str)
str - The String want to convert