Class DevicesWirelessRadioAfcPowerLimitsBychannel
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
ChannelWidth
Channel width
[DataMember(Name = "channelWidth")]
public int ChannelWidth { get; set; }
Property Value
Limit
Channel's power limit in decibel milliwats (dBm)
[DataMember(Name = "limit")]
public int Limit { get; set; }