Unosquare
    Show / Hide Table of Contents

    Class NetworkAdapterInfo

    Represents a Network Adapter.

    Inheritance
    Object
    NetworkAdapterInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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

    Comments

    Back to top Copyright © 2017-2019 Unosquare