Table of Contents

Class DevicesWirelessRadioAfcPowerLimitsBychannel

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Power limits of each 6 GHz channel

[DataContract]
public class DevicesWirelessRadioAfcPowerLimitsBychannel
Inheritance
DevicesWirelessRadioAfcPowerLimitsBychannel
Inherited Members

Constructors

DevicesWirelessRadioAfcPowerLimitsBychannel()

public DevicesWirelessRadioAfcPowerLimitsBychannel()

Properties

Channel

Wireless center channel number

[DataMember(Name = "channel")]
public int Channel { get; set; }

Property Value

int

ChannelWidth

Channel width

[DataMember(Name = "channelWidth")]
public int ChannelWidth { get; set; }

Property Value

int

Limit

Channel's power limit in decibel milliwats (dBm)

[DataMember(Name = "limit")]
public int Limit { get; set; }

Property Value

int