Class WirelessNetworkInfo
Represents a wireless network information.
Inherited Members
Namespace: Unosquare.RaspberryIO.Computer
Syntax
public class WirelessNetworkInfo
Properties
IsEncrypted
Gets a value indicating whether this instance is encrypted.
Declaration
public bool IsEncrypted { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Name
Gets the ESSID of the Wireless network.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
Quality
Gets the network quality.
Declaration
public string Quality { get; }
Property Value
| Type | Description |
|---|---|
| String |