Class WirelessAPStation
Class that encapsulates the details of a connected client.
Inherited Members
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 |