Class NetworkConfig
java.lang.Object
org.photonvision.common.configuration.NetworkConfig
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNetworkConfig
(String ntServerAddress, NetworkMode connectionType, String staticIp, String hostname, boolean runNTServer, boolean shouldManage, boolean shouldPublishProto, String networkManagerIface, String setStaticCommand, String setDHCPcommand) -
Method Summary
-
Field Details
-
ntServerAddress
-
connectionType
-
staticIp
-
hostname
-
runNTServer
public boolean runNTServer -
shouldManage
public boolean shouldManage -
shouldPublishProto
public boolean shouldPublishProto -
NM_IFACE_STRING
- See Also:
-
NM_IP_STRING
- See Also:
-
networkManagerIface
-
setStaticCommand
-
setDHCPcommand
-
-
Constructor Details
-
NetworkConfig
public NetworkConfig() -
NetworkConfig
-
-
Method Details