Uses of Interface
rcs.nml.NMLFormatConvertErrCallbackInterface

Packages that use NMLFormatConvertErrCallbackInterface
diagapplet.CodeGen   
rcs.nml   
 

Uses of NMLFormatConvertErrCallbackInterface in diagapplet.CodeGen
 

Methods in diagapplet.CodeGen that return NMLFormatConvertErrCallbackInterface
static NMLFormatConvertErrCallbackInterface BufferInfo.get_nml_format_err_callback()
           
static NMLFormatConvertErrCallbackInterface ModuleInfo.get_nml_format_err_callback()
           
 

Uses of NMLFormatConvertErrCallbackInterface in rcs.nml
 

Fields in rcs.nml declared as NMLFormatConvertErrCallbackInterface
protected  NMLFormatConvertErrCallbackInterface NMLConnection.nfceci
           
protected  NMLFormatConvertErrCallbackInterface NMLFormatConverterBase.nfceci
          True when the data from the network is being converted into a message in this hosts format, false when a message on this host is being converted to a neutral format.
 

Methods in rcs.nml with parameters of type NMLFormatConvertErrCallbackInterface
 void NMLConnection.SetFormatConvertErrCallback(NMLFormatConvertErrCallbackInterface new_nfceci)
          Set an interface that will have its member functions called for various errors.
 void NMLConnectionInterface.SetFormatConvertErrCallback(NMLFormatConvertErrCallbackInterface new_nfceci)
          Set an interface that will have its member functions called for various errors.
 void NMLFormatConverterBase.SetFormatConvertErrCallback(NMLFormatConvertErrCallbackInterface new_nfceci)