java.lang.Objectrcs.nml.NMLmsg
rcs.nml.NML_TEXT
public class NML_TEXT
Class used to send an operator interface a small text message to display.
| Field Summary | |
|---|---|
byte[] |
text
|
| Fields inherited from class rcs.nml.NMLmsg |
|---|
size, type |
| Constructor Summary | |
|---|---|
NML_TEXT()
|
|
| Method Summary | |
|---|---|
void |
update(NMLFormatConverter nml_fc)
This function should be overloaded to provide a function that will convert this message to a nuetral format that can be used, by many different types of hosts. |
| Methods inherited from class rcs.nml.NMLmsg |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] text
| Constructor Detail |
|---|
public NML_TEXT()
| Method Detail |
|---|
public void update(NMLFormatConverter nml_fc)
NMLmsg
update in class NMLmsgnml_fc - NMLFormatConverter that provides functions for updating
all of the basic data types.