Skip to main content

WifiStatusIpConfig

Namespace: Busy.Bar

IP configuration of the device's active Wi-Fi connection.

public sealed record class WifiStatusIpConfig : System.IEquatable`1[[Busy.Bar.WifiStatusIpConfig, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → WifiStatusIpConfig
Implements IEquatable<WifiStatusIpConfig>
Attributes NullableContextAttribute, NullableAttribute

Properties

IpMethod

How the address was assigned.

public WifiIpMethod IpMethod { get; init; }

Property Value

WifiIpMethod

IpType

Address family of Address.

public WifiIpType IpType { get; init; }

Property Value

WifiIpType

Address

The assigned IP address.

public string Address { get; init; }

Property Value

String

Constructors

WifiStatusIpConfig(WifiIpMethod, WifiIpType, String)

IP configuration of the device's active Wi-Fi connection.

public WifiStatusIpConfig(WifiIpMethod IpMethod, WifiIpType IpType, string Address)

Parameters

IpMethod WifiIpMethod
How the address was assigned.

IpType WifiIpType
Address family of Address.

Address String
The assigned IP address.