Class NetworksWirelessSection
Provides access to networks wireless API endpoints
public class NetworksWirelessSection
- Inheritance
-
NetworksWirelessSection
- Inherited Members
Constructors
NetworksWirelessSection()
public NetworksWirelessSection()
Properties
Clients
Fetch the health scores for all clients on this network
public INetworksWirelessClients Clients { get; }
Property Value
Devices
Fetch the health scores of all APs on this network
public INetworksWirelessDevices Devices { get; }
Property Value
Location
Change scanning API settings
public INetworksWirelessLocation Location { get; }
Property Value
OpportunisticPcap
Update the Opportunistic Pcap settings for a wireless network
public INetworksWirelessOpportunisticPcap OpportunisticPcap { get; }
Property Value
Radio
Update the AutoRF settings for a wireless network
public INetworksWirelessRadio Radio { get; }
Property Value
Zigbee
Update Zigbee Configs for specified network
public INetworksWirelessZigbee Zigbee { get; }