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 SourceNetworkConfiguratorUserInterfaceState(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 SourceDeviceList
Declaration
public readonly HashSet<(string address, string name)> DeviceList
Field Value
Type | Description |
---|---|
HashSet<System.ValueTuple<System.String, System.String>> |