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

All Known Implementing Classes:
WANCableLinkConfigModelImpl

public interface WANCableLinkConfigModel


Method Summary
 void getBPIEncryptionEnabled(fr.imag.adele.util.upnp.holder.BooleanHolder newBPIEncryptionEnabled)
          This method is "add description here" newBPIEncryptionEnabled out parameter
 Boolean getBPIEncryptionEnabledStateVariableValue()
           
 void getCableLinkConfigInfo(fr.imag.adele.util.upnp.holder.StringHolder newCableLinkConfigState, fr.imag.adele.util.upnp.holder.StringHolder newLinkType)
          This method is "add description here" newCableLinkConfigState out parameter newLinkType out parameter
 void getConfigFile(fr.imag.adele.util.upnp.holder.StringHolder newConfigFile)
          This method is "add description here" newConfigFile out parameter
 void getDownstreamFrequency(fr.imag.adele.util.upnp.holder.LongHolder newDownstreamFrequency)
          This method is "add description here" newDownstreamFrequency out parameter
 void getDownstreamModulation(fr.imag.adele.util.upnp.holder.StringHolder newDownstreamModulation)
          This method is "add description here" newDownstreamModulation out parameter
 void getTFTPServer(fr.imag.adele.util.upnp.holder.StringHolder newTFTPServer)
          This method is "add description here" newTFTPServer out parameter
 void getUpstreamChannelID(fr.imag.adele.util.upnp.holder.LongHolder newUpstreamChannelID)
          This method is "add description here" newUpstreamChannelID out parameter
 void getUpstreamFrequency(fr.imag.adele.util.upnp.holder.LongHolder newUpstreamFrequency)
          This method is "add description here" newUpstreamFrequency out parameter
 void getUpstreamModulation(fr.imag.adele.util.upnp.holder.StringHolder newUpstreamModulation)
          This method is "add description here" newUpstreamModulation out parameter
 void getUpstreamPowerLevel(fr.imag.adele.util.upnp.holder.LongHolder newUpstreamPowerLevel)
          This method is "add description here" newUpstreamPowerLevel out parameter
 

Method Detail

getCableLinkConfigInfo

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


getDownstreamFrequency

public void getDownstreamFrequency(fr.imag.adele.util.upnp.holder.LongHolder newDownstreamFrequency)
This method is "add description here" newDownstreamFrequency out parameter


getDownstreamModulation

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


getUpstreamFrequency

public void getUpstreamFrequency(fr.imag.adele.util.upnp.holder.LongHolder newUpstreamFrequency)
This method is "add description here" newUpstreamFrequency out parameter


getUpstreamModulation

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


getUpstreamChannelID

public void getUpstreamChannelID(fr.imag.adele.util.upnp.holder.LongHolder newUpstreamChannelID)
This method is "add description here" newUpstreamChannelID out parameter


getUpstreamPowerLevel

public void getUpstreamPowerLevel(fr.imag.adele.util.upnp.holder.LongHolder newUpstreamPowerLevel)
This method is "add description here" newUpstreamPowerLevel out parameter


getBPIEncryptionEnabled

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


getConfigFile

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


getTFTPServer

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


getBPIEncryptionEnabledStateVariableValue

public Boolean getBPIEncryptionEnabledStateVariableValue()