◆ __init__()
def Components.Network.IpData.__init__ |
( |
|
self, |
|
|
|
data, |
|
|
|
default = "0.0.0.0" |
|
) |
| |
◆ getAddress()
def Components.Network.IpData.getAddress |
( |
|
self | ) |
|
◆ getGateway()
def Components.Network.IpData.getGateway |
( |
|
self | ) |
|
◆ getMethod()
def Components.Network.IpData.getMethod |
( |
|
self | ) |
|
◆ getNetmask()
def Components.Network.IpData.getNetmask |
( |
|
self | ) |
|
◆ default
Components.Network.IpData.default |
◆ address
Components.Network.IpData.address = property(getAddress) |
|
static |
◆ gateway
Components.Network.IpData.gateway = property(getGateway) |
|
static |
◆ method
Components.Network.IpData.method = property(getMethod) |
|
static |
◆ netmask
Components.Network.IpData.netmask = property(getNetmask) |
|
static |
The documentation for this class was generated from the following file: