java.lang.Objectrcs.nml.NMLmsg
rcs.nml.NML_ERROR
public class NML_ERROR
Generic class used to send an operator inteface as small text error message.
| Field Summary | |
|---|---|
byte[] |
error
|
| Fields inherited from class rcs.nml.NMLmsg |
|---|
size, type |
| Constructor Summary | |
|---|---|
NML_ERROR()
|
|
| 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[] error
| Constructor Detail |
|---|
public NML_ERROR()
| 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.