Unosquare
    Show / Hide Table of Contents

    Class WirelessNetworkInfo

    Represents a wireless network information.

    Inheritance
    Object
    WirelessNetworkInfo
    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 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

    Comments

    Back to top Copyright © 2017-2019 Unosquare