Show / Hide Table of Contents

Class NetworkConfiguratorUserInterfaceState

Inheritance
System.Object
NetworkConfiguratorUserInterfaceState
Namespace: Content.Shared.DeviceNetwork
Assembly: Content.Shared.dll
Syntax
public sealed class NetworkConfiguratorUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

NetworkConfiguratorUserInterfaceState(HashSet<(String, String)>)

Declaration
public NetworkConfiguratorUserInterfaceState(HashSet<(string, string)> deviceList)
Parameters
Type Name Description
HashSet<System.ValueTuple<System.String, System.String>> deviceList

Fields

| Improve this Doc View Source

DeviceList

Declaration
public readonly HashSet<(string address, string name)> DeviceList
Field Value
Type Description
HashSet<System.ValueTuple<System.String, System.String>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾