Click or drag to resize

wclBluetoothLeAdvertiserIncludeTxRssi Property

Specifies whether the transmit power level is included in the advertisement header.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public bool IncludeTxRssi { get; set; }

Property Value

Boolean
Indicates whether the transmit power level is included. The default value is False.
Exceptions
ExceptionCondition
wclEBluetoothLeBeacon
Remarks

The Extended Advertising format must be enabled by setting the UseExtendedAdvertisement to True to use this property. If the UseExtendedAdvertisement is False the value of this property is ignored.

If the advertiser is running and an application changes the property the wclEBluetoothLeBeacon exception raises.

See Also