Class NetworkAdapterInfo
Represents a Network Adapter.
Inherited Members
Namespace: Unosquare.RaspberryIO.Computer
Syntax
public class NetworkAdapterInfo
Properties
AccessPointName
Gets the name of the access point.
Declaration
public string AccessPointName { get; }
Property Value
| Type | Description |
|---|---|
| String |
IPv4
Gets the IP V4 address.
Declaration
public IPAddress IPv4 { get; }
Property Value
| Type | Description |
|---|---|
| IPAddress |
IPv6
Gets the IP V6 address.
Declaration
public IPAddress IPv6 { get; }
Property Value
| Type | Description |
|---|---|
| IPAddress |
IsWireless
Gets a value indicating whether this instance is wireless.
Declaration
public bool IsWireless { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
MacAddress
Gets the MAC (Physical) address.
Declaration
public string MacAddress { get; }
Property Value
| Type | Description |
|---|---|
| String |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |