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
IpType
Address family of Address.
public WifiIpType IpType { get; init; }
Property Value
Address
The assigned IP address.
public string Address { get; init; }
Property Value
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.