Class WirelessDevicesSection
Provides access to wireless devices API endpoints
public class WirelessDevicesSection
- Inheritance
-
WirelessDevicesSection
- Inherited Members
Constructors
WirelessDevicesSection()
public WirelessDevicesSection()
Properties
ConnectionStats
Aggregated connectivity info for this network, grouped by node
public IWirelessDeviceConnectionStats ConnectionStats { get; }
Property Value
LatencyStats
Aggregated latency info for this network, grouped by node
public IWirelessDeviceLatencyStats LatencyStats { get; }
Property Value
OrganizationEthernetStatuses
List the most recent Ethernet link speed, duplex, aggregation and power mode and status information for wireless devices.
public IWirelessDeviceEthernetStatuses OrganizationEthernetStatuses { get; }
Property Value
PacketLoss
List the most recent packet loss information for wireless devices.
public IWirelessDevicePacketLoss PacketLoss { get; }