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