Show / Hide Table of Contents

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 Source

NetProbeUiState(List<ProbedNetworkDevice>)

Declaration
public NetProbeUiState(List<ProbedNetworkDevice> probedDevices)
Parameters
Type Name Description
List<ProbedNetworkDevice> probedDevices

Fields

| Improve this Doc View Source

ProbedDevices

The list of probed network devices

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