Table of Contents

Class WirelessAPStation

Namespace
System.Net.NetworkInformation
Assembly
System.Net.dll

Class that encapsulates the details of a connected client.

public class WirelessAPStation
Inheritance
WirelessAPStation
Inherited Members
Extension Methods

Properties

MacAddress

Returns the MAC address of the connected Client.

public byte[] MacAddress { get; }

Property Value

byte[]

PhyModes

Returns the PHY protocol used for connection.

public PhyProtocols PhyModes { get; }

Property Value

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.

public sbyte Rssi { get; }

Property Value

sbyte