Table of Contents

Class SsidRadioSetting

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class SsidRadioSetting
Inheritance
SsidRadioSetting
Inherited Members

Properties

BandOperationMode

Gets or Sets BandOperationMode

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandOperationMode")]
public BandOperationMode BandOperationMode { get; set; }

Property Value

BandOperationMode

BandSteeringEnabled

Steers client to most open band. Can be either true or false. Defaults to true.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandSteeringEnabled")]
public bool BandSteeringEnabled { get; set; }

Property Value

bool

Bands

SsidRadioSetting Bands

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bands")]
public SsidRadioSettingBands? Bands { get; set; }

Property Value

SsidRadioSettingBands

MinBitrate

Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.

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

Property Value

double

Name

Gets or Sets BandOperationMode

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string