Table of Contents

Class DevicesWirelessSection

Namespace
Meraki.Api.Sections.General.Devices
Assembly
Meraki.Api.dll

Provides access to devices wireless API endpoints

public class DevicesWirelessSection
Inheritance
DevicesWirelessSection
Inherited Members

Constructors

DevicesWirelessSection()

public DevicesWirelessSection()

Properties

AlternateManagementInterface

Update alternate management interface IPv6 address

public IDeviceWirelessAlternateManagementInterface AlternateManagementInterface { get; }

Property Value

IDeviceWirelessAlternateManagementInterface

Radio

Gets the radio

public DevicesWirelessRadioSection Radio { get; }

Property Value

DevicesWirelessRadioSection

Zigbee

Gets the zigbee

public DevicesWirelessZigbeeSection Zigbee { get; }

Property Value

DevicesWirelessZigbeeSection

Methods

GetDeviceWirelessHealthScoresAsync(string, CancellationToken)

public Task<WirelessHealthScores> GetDeviceWirelessHealthScoresAsync(string serial, CancellationToken cancellationToken = default)

Parameters

serial string
cancellationToken CancellationToken

Returns

Task<WirelessHealthScores>