rcs.nml
Class NML_TEXT

java.lang.Object
  extended by rcs.nml.NMLmsg
      extended by rcs.nml.NML_TEXT
All Implemented Interfaces:
java.lang.Cloneable

public class NML_TEXT
extends NMLmsg

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

text

public byte[] text
Constructor Detail

NML_TEXT

public NML_TEXT()
Method Detail

update

public void update(NMLFormatConverter nml_fc)
Description copied from class: NMLmsg
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.

Overrides:
update in class NMLmsg
Parameters:
nml_fc - NMLFormatConverter that provides functions for updating all of the basic data types.