Class UINetConfig
java.lang.Object
org.photonvision.common.configuration.NetworkConfig
org.photonvision.common.dataflow.websocket.UINetConfig
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Fields inherited from class org.photonvision.common.configuration.NetworkConfig
connectionType, hostname, matchCamerasOnlyByPath, networkManagerIface, NM_IFACE_STRING, NM_IP_STRING, ntServerAddress, runNTServer, setDHCPcommand, setStaticCommand, shouldManage, shouldPublishProto, staticIp
-
Constructor Summary
ConstructorDescriptionUINetConfig
(NetworkConfig config, List<NetworkUtils.NMDeviceInfo> networkInterfaceNames, boolean networkingDisabled) -
Method Summary
Methods inherited from class org.photonvision.common.configuration.NetworkConfig
getEscapedInterfaceName, getPhysicalInterfaceName, setShouldManage, shouldManage, toHashMap, toString
-
Field Details
-
networkInterfaceNames
-
networkingDisabled
public boolean networkingDisabled
-
-
Constructor Details
-
UINetConfig
public UINetConfig(NetworkConfig config, List<NetworkUtils.NMDeviceInfo> networkInterfaceNames, boolean networkingDisabled)
-