Class NetProbeUiState
Inheritance
System.Object
NetProbeUiState
Namespace: Content.Shared.CartridgeLoader.Cartridges
Assembly: Content.Shared.dll
Syntax
public sealed class NetProbeUiState : BoundUserInterfaceState
Constructors
| Improve this Doc View SourceNetProbeUiState(List<ProbedNetworkDevice>)
Declaration
public NetProbeUiState(List<ProbedNetworkDevice> probedDevices)
Parameters
Type | Name | Description |
---|---|---|
List<ProbedNetworkDevice> | probedDevices |
Fields
| Improve this Doc View SourceProbedDevices
The list of probed network devices
Declaration
public List<ProbedNetworkDevice> ProbedDevices
Field Value
Type | Description |
---|---|
List<ProbedNetworkDevice> |