enigma2  2.6
Public Member Functions | Properties | List of all members
Components.Network.NetworkInterface Class Reference
Inheritance diagram for Components.Network.NetworkInterface:

Public Member Functions

def __init__ (self, service)
 
def getEthernet (self)
 
def getIpv4 (self)
 
def getIpv6 (self)
 

Properties

 ethernet = property(getEthernet)
 
 ipv4 = property(getIpv4)
 
 ipv6 = property(getIpv6)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Network.NetworkInterface.__init__ (   self,
  service 
)

Member Function Documentation

◆ getEthernet()

def Components.Network.NetworkInterface.getEthernet (   self)

◆ getIpv4()

def Components.Network.NetworkInterface.getIpv4 (   self)

◆ getIpv6()

def Components.Network.NetworkInterface.getIpv6 (   self)

Property Documentation

◆ ethernet

Components.Network.NetworkInterface.ethernet = property(getEthernet)
static

◆ ipv4

Components.Network.NetworkInterface.ipv4 = property(getIpv4)
static

◆ ipv6

Components.Network.NetworkInterface.ipv6 = property(getIpv6)
static

The documentation for this class was generated from the following file: