Class DeviceBluetoothSettingsTransmitAdvertised
Advertised transmit settings for device Bluetooth beacon
[DataContract]
public class DeviceBluetoothSettingsTransmitAdvertised
- Inheritance
-
DeviceBluetoothSettingsTransmitAdvertised
- Inherited Members
Constructors
DeviceBluetoothSettingsTransmitAdvertised()
public DeviceBluetoothSettingsTransmitAdvertised()
Properties
Power
Advertised transmit power (null to use network default)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "power")]
public int? Power { get; set; }
Property Value
- int?