OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse Python API
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration Class Reference

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
 

Detailed Description

Python class containing network configuration (tickcount).

Definition at line 47 of file LighthouseTypes.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ getLighthouseNetworkConfiguration_C()

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.getLighthouseNetworkConfiguration_C ( self)

Definition at line 58 of file LighthouseTypes.py.

Member Data Documentation

◆ defaultGateway

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.defaultGateway = defaultGateway

Definition at line 55 of file LighthouseTypes.py.

◆ dnsServer

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.dnsServer = dnsServer

Definition at line 56 of file LighthouseTypes.py.

◆ ipv4Address

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.ipv4Address = ipv4Address

Definition at line 53 of file LighthouseTypes.py.

◆ subnetMask

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.subnetMask = subnetMask

Definition at line 54 of file LighthouseTypes.py.