Class WifiInterfaceInfo
Class for information about WiFi interfaces.
Inherited Members
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Network
Assembly: DeviceConsole.Environments.dll
Syntax
public class WifiInterfaceInfo
Constructors
View SourceWifiInterfaceInfo(string, Guid, int, IEnumerable<WifiProfile>)
Initializes a new instance of the WifiInterfaceInfo class.
Declaration
public WifiInterfaceInfo(string description, Guid id, int index, IEnumerable<WifiProfile> profiles)
Parameters
Type | Name | Description |
---|---|---|
string | description | The description. |
Guid | id | The id. |
int | index | The index. |
IEnumerable<WifiProfile> | profiles | The profile list. |
Properties
View SourceDescription
Gets the description.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
int |
Profiles
Gets the profile list.
Declaration
public IEnumerable<WifiProfile> Profiles { get; }
Property Value
Type | Description |
---|---|
IEnumerable<WifiProfile> |