Table of Contents

Class NetworkApplianceRfProfileTwoFourGhzSettings

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

NetworkApplianceRfProfiles

[DataContract]
public class NetworkApplianceRfProfileTwoFourGhzSettings
Inheritance
NetworkApplianceRfProfileTwoFourGhzSettings
Inherited Members

Properties

AxEnabled

Whether ax radio on 2.4Ghz band is on or off.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "axEnabled")]
public bool? AxEnabled { get; set; }

Property Value

bool?

MinBitrate

Min bitrate (Mbps) of 2.4Ghz band.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "minBitrate")]
public double? MinBitrate { get; set; }

Property Value

double?