OceanDirectLighthouse  3.1.1
OceanDirect Lighthouse Python API
Public Member Functions | Public Attributes | List of all members
Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration Class Reference

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
 

Detailed Description

Python class containing network configuration (tickcount).

Definition at line 47 of file LighthouseTypes.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ getLighthouseNetworkConfiguration_C()

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

Definition at line 58 of file LighthouseTypes.py.

Member Data Documentation

◆ defaultGateway

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.defaultGateway

Definition at line 55 of file LighthouseTypes.py.

◆ dnsServer

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.dnsServer

Definition at line 56 of file LighthouseTypes.py.

◆ ipv4Address

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.ipv4Address

Definition at line 53 of file LighthouseTypes.py.

◆ subnetMask

Python.oceandirect.LighthouseTypes.LighthouseNetworkConfiguration.subnetMask

Definition at line 54 of file LighthouseTypes.py.