OceanDirectLighthouse
3.1.1
OceanDirect Lighthouse Python API
|
Python class containing network configuration (tickcount). More...
Public Member Functions | |
def | __init__ (self, list[int] ipv4Address, list[int] subnetMask, list[int] defaultGateway, list[int] dnsServer) |
def | getLighthouseNetworkConfiguration_C (self) |
Public Attributes | |
ipv4Address | |
subnetMask | |
defaultGateway | |
dnsServer | |
Python class containing network configuration (tickcount).
Definition at line 47 of file LighthouseTypes.py.
def Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.__init__ | ( | self, | |
list[int] | ipv4Address, | ||
list[int] | subnetMask, | ||
list[int] | defaultGateway, | ||
list[int] | dnsServer | ||
) |
Definition at line 51 of file LighthouseTypes.py.
def Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.getLighthouseNetworkConfiguration_C | ( | self | ) |
Definition at line 58 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.defaultGateway |
Definition at line 55 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.dnsServer |
Definition at line 56 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.ipv4Address |
Definition at line 53 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.subnetMask |
Definition at line 54 of file LighthouseTypes.py.