Class NetworkApplianceRfProfileTwoFourGhzSettings
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; }