Search Results for

    Show / Hide Table of Contents

    Class WirelessAPStation

    Class that encapsulates the details of a connected client.

    Inheritance
    object
    WirelessAPStation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: System.Net.NetworkInformation
    Assembly: System.Net.dll
    Syntax
    public class WirelessAPStation

    Properties

    MacAddress

    Returns the MAC address of the connected Client.

    Declaration
    public byte[] MacAddress { get; }
    Property Value
    Type Description
    byte[]

    PhyModes

    Returns the PHY protocol used for connection.

    Declaration
    public PhyProtocols PhyModes { get; }
    Property Value
    Type Description
    PhyProtocols

    Rssi

    Returns the Received signal strength indication(RSSI) of connected Client. RSSI is a value from 0 to 127 where the higher the number the stronger the signal.

    Declaration
    public sbyte Rssi { get; }
    Property Value
    Type Description
    sbyte

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX