Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.nml
Class NML_ERROR  view NML_ERROR download NML_ERROR.java

java.lang.Object
  extended byrcs.nml.NMLmsg
      extended byrcs.nml.NML_ERROR
All Implemented Interfaces:
java.lang.Cloneable

public class NML_ERROR
extends NMLmsg


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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

public byte[] error
Constructor Detail

NML_ERROR

public NML_ERROR()
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