Class WiresBoundUserInterfaceState
Inheritance
System.Object
WiresBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class WiresBoundUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
WiresBoundUserInterfaceState(ClientWire[], StatusEntry[], String, Nullable<String>, Int32)
Declaration
public WiresBoundUserInterfaceState(ClientWire[] wiresList, StatusEntry[] statuses, string boardName, string? serialNumber, int wireSeed)
Parameters
Type |
Name |
Description |
ClientWire[] |
wiresList |
|
StatusEntry[] |
statuses |
|
System.String |
boardName |
|
System.Nullable<System.String> |
serialNumber |
|
System.Int32 |
wireSeed |
|
Properties
|
Improve this Doc
View Source
BoardName
Declaration
public string BoardName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SerialNumber
Declaration
public string? SerialNumber { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Statuses
Declaration
public StatusEntry[] Statuses { get; }
Property Value
|
Improve this Doc
View Source
WireSeed
Declaration
public int WireSeed { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WiresList
Declaration
public ClientWire[] WiresList { get; }
Property Value