Class NetworkConfiguratorDeviceList
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.ScrollContainer
NetworkConfiguratorDeviceList
Namespace: Content.Client.NetworkConfigurator
Assembly: Content.Client.dll
Syntax
public sealed class NetworkConfiguratorDeviceList : ScrollContainer
Methods
| Improve this Doc View SourceUpdateState(NetworkConfiguratorBoundUserInterface, HashSet<(String address, String name)>)
Declaration
public void UpdateState(NetworkConfiguratorBoundUserInterface ui, HashSet<(string address, string name)> devices)
Parameters
Type | Name | Description |
---|---|---|
NetworkConfiguratorBoundUserInterface | ui | |
HashSet<System.ValueTuple<System.String, System.String>> | devices |