Show / Hide Table of Contents

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 Source

DeviceListUserInterfaceState(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 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
☀
☾