Table of Contents

Class NetworkBluetoothSettingsTransmit

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

Bluetooth transmit settings for network

[DataContract]
public class NetworkBluetoothSettingsTransmit
Inheritance
NetworkBluetoothSettingsTransmit
Inherited Members

Constructors

NetworkBluetoothSettingsTransmit()

public NetworkBluetoothSettingsTransmit()

Properties

Advertised

Advertised settings for beacon

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "advertised")]
public NetworkBluetoothSettingsTransmitAdvertised? Advertised { get; set; }

Property Value

NetworkBluetoothSettingsTransmitAdvertised

Interval

Transmit interval in milliseconds

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "interval")]
public int? Interval { get; set; }

Property Value

int?

Power

Transmit power level

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "power")]
public int? Power { get; set; }

Property Value

int?