fr.imag.adele.bundle.upnp.igd.model
Interface WANPOTSLinkConfigModel

All Known Implementing Classes:
WANPOTSLinkConfigModelImpl

public interface WANPOTSLinkConfigModel


Method Summary
 void getCallRetryInfo(fr.imag.adele.util.upnp.holder.LongHolder newNumberOfRetries, fr.imag.adele.util.upnp.holder.LongHolder newDelayBetweenRetries)
          This method is "add description here" newNumberOfRetries out parameter newDelayBetweenRetries out parameter
 void getDataCompression(fr.imag.adele.util.upnp.holder.StringHolder newDataCompression)
          This method is "add description here" newDataCompression out parameter
 void getDataModulationSupported(fr.imag.adele.util.upnp.holder.StringHolder newDataModulationSupported)
          This method is "add description here" newDataModulationSupported out parameter
 void getDataProtocol(fr.imag.adele.util.upnp.holder.StringHolder newDataProtocol)
          This method is "add description here" newDataProtocol out parameter
 void getFclass(fr.imag.adele.util.upnp.holder.StringHolder newFclass)
          This method is "add description here" newFclass out parameter
 void getISPInfo(fr.imag.adele.util.upnp.holder.StringHolder newISPPhoneNumber, fr.imag.adele.util.upnp.holder.StringHolder newISPInfo, fr.imag.adele.util.upnp.holder.StringHolder newLinkType)
          This method is "add description here" newISPPhoneNumber out parameter newISPInfo out parameter newLinkType out parameter
 void getPlusVTRCommandSupported(fr.imag.adele.util.upnp.holder.BooleanHolder newPlusVTRCommandSupported)
          This method is "add description here" newPlusVTRCommandSupported out parameter
 void setCallRetryInfo(long newNumberOfRetries, long newDelayBetweenRetries)
          This method is "add description here" newNumberOfRetries in parameter newDelayBetweenRetries in parameter
 void setISPInfo(String newISPPhoneNumber, String newISPInfo, String newLinkType)
          This method is "add description here" newISPPhoneNumber in parameter newISPInfo in parameter newLinkType in parameter
 

Method Detail

setISPInfo

public void setISPInfo(String newISPPhoneNumber,
                       String newISPInfo,
                       String newLinkType)
This method is "add description here" newISPPhoneNumber in parameter newISPInfo in parameter newLinkType in parameter


setCallRetryInfo

public void setCallRetryInfo(long newNumberOfRetries,
                             long newDelayBetweenRetries)
This method is "add description here" newNumberOfRetries in parameter newDelayBetweenRetries in parameter


getISPInfo

public void getISPInfo(fr.imag.adele.util.upnp.holder.StringHolder newISPPhoneNumber,
                       fr.imag.adele.util.upnp.holder.StringHolder newISPInfo,
                       fr.imag.adele.util.upnp.holder.StringHolder newLinkType)
This method is "add description here" newISPPhoneNumber out parameter newISPInfo out parameter newLinkType out parameter


getCallRetryInfo

public void getCallRetryInfo(fr.imag.adele.util.upnp.holder.LongHolder newNumberOfRetries,
                             fr.imag.adele.util.upnp.holder.LongHolder newDelayBetweenRetries)
This method is "add description here" newNumberOfRetries out parameter newDelayBetweenRetries out parameter


getFclass

public void getFclass(fr.imag.adele.util.upnp.holder.StringHolder newFclass)
This method is "add description here" newFclass out parameter


getDataModulationSupported

public void getDataModulationSupported(fr.imag.adele.util.upnp.holder.StringHolder newDataModulationSupported)
This method is "add description here" newDataModulationSupported out parameter


getDataProtocol

public void getDataProtocol(fr.imag.adele.util.upnp.holder.StringHolder newDataProtocol)
This method is "add description here" newDataProtocol out parameter


getDataCompression

public void getDataCompression(fr.imag.adele.util.upnp.holder.StringHolder newDataCompression)
This method is "add description here" newDataCompression out parameter


getPlusVTRCommandSupported

public void getPlusVTRCommandSupported(fr.imag.adele.util.upnp.holder.BooleanHolder newPlusVTRCommandSupported)
This method is "add description here" newPlusVTRCommandSupported out parameter