com.blackledge.david.tivo
Class TivoLocator.TivoInformation

java.lang.Object
  extended by com.blackledge.david.tivo.TivoLocator.TivoInformation
Enclosing class:
TivoLocator

public static class TivoLocator.TivoInformation
extends Object


Constructor Summary
TivoLocator.TivoInformation(DatagramPacket packet)
           
 
Method Summary
 InetAddress getAddress()
           
 String getIdentity()
           
 String getMachineName()
           
 String getMethod()
           
 String getPlatform()
           
 String getServices()
           
 String getSwVersion()
           
 int getTivoConnect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TivoLocator.TivoInformation

public TivoLocator.TivoInformation(DatagramPacket packet)
                            throws Exception
Throws:
Exception
Method Detail

getTivoConnect

public final int getTivoConnect()

getMethod

public final String getMethod()

getPlatform

public final String getPlatform()

getMachineName

public final String getMachineName()

getIdentity

public final String getIdentity()

getServices

public final String getServices()

getAddress

public final InetAddress getAddress()

getSwVersion

public final String getSwVersion()