OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse Python API
|
Python class containing network configuration (tickcount). More...
Public Member Functions | |
__init__ (self, list[int] ipv4Address, list[int] subnetMask, list[int] defaultGateway, list[int] dnsServer) | |
getLighthouseNetworkConfiguration_C (self) | |
Public Attributes | |
ipv4Address = ipv4Address | |
subnetMask = subnetMask | |
defaultGateway = defaultGateway | |
dnsServer = dnsServer | |
Python class containing network configuration (tickcount).
Definition at line 47 of file LighthouseTypes.py.
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.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.getLighthouseNetworkConfiguration_C | ( | self | ) |
Definition at line 58 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.defaultGateway = defaultGateway |
Definition at line 55 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.dnsServer = dnsServer |
Definition at line 56 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.ipv4Address = ipv4Address |
Definition at line 53 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.subnetMask = subnetMask |
Definition at line 54 of file LighthouseTypes.py.