Class DeviceListUserInterfaceState
Inheritance
System.Object
DeviceListUserInterfaceState
Namespace: Content.Shared.DeviceNetwork
Assembly: Content.Shared.dll
Syntax
public sealed class DeviceListUserInterfaceState : BoundUserInterfaceState
Constructors
| Improve this Doc View SourceDeviceListUserInterfaceState(HashSet<(String address, String name)>)
Declaration
public DeviceListUserInterfaceState(HashSet<(string address, string name)> 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>> |