Show / Hide Table of Contents

Class DeviceLinkUserInterfaceState

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

Constructors

| Improve this Doc View Source

DeviceLinkUserInterfaceState(List<SourcePortPrototype>, List<SinkPortPrototype>, HashSet<(String source, String sink)>, String, String, Nullable<List<(String source, String sink)>>)

Declaration
public DeviceLinkUserInterfaceState(List<SourcePortPrototype> sources, List<SinkPortPrototype> sinks, HashSet<(string source, string sink)> links, string sourceAddress, string sinkAddress, List<(string source, string sink)>? defaults = null)
Parameters
Type Name Description
List<SourcePortPrototype> sources
List<SinkPortPrototype> sinks
HashSet<System.ValueTuple<System.String, System.String>> links
System.String sourceAddress
System.String sinkAddress
System.Nullable<List<System.ValueTuple<System.String, System.String>>> defaults

Fields

| Improve this Doc View Source

Defaults

Declaration
public readonly List<(string source, string sink)>? Defaults
Field Value
Type Description
System.Nullable<List<System.ValueTuple<System.String, System.String>>>
| Improve this Doc View Source

Links

Declaration
public readonly HashSet<(string source, string sink)> Links
Field Value
Type Description
HashSet<System.ValueTuple<System.String, System.String>>
| Improve this Doc View Source

SinkAddress

Declaration
public readonly string SinkAddress
Field Value
Type Description
System.String
| Improve this Doc View Source

Sinks

Declaration
public readonly List<SinkPortPrototype> Sinks
Field Value
Type Description
List<SinkPortPrototype>
| Improve this Doc View Source

SourceAddress

Declaration
public readonly string SourceAddress
Field Value
Type Description
System.String
| Improve this Doc View Source

Sources

Declaration
public readonly List<SourcePortPrototype> Sources
Field Value
Type Description
List<SourcePortPrototype>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾