Click or drag to resize

wclBluetoothLeAdvertiser Class

The Bluetooth LE advertiser components.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclBluetoothComponent
    wclBluetoothwclBluetoothLeAdvertiser

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public class wclBluetoothLeAdvertiser : wclBluetoothComponent

The wclBluetoothLeAdvertiser type exposes the following members.

Constructors
 NameDescription
Public methodwclBluetoothLeAdvertiser Creates new component.
Top
Properties
 NameDescription
Public propertyAdvertising Gets Advertiser state.
Public propertyAnonymous Specifies whether or not the device address is included in the advertisement header. By default, the address is included.
Public propertyCount Gets the advertisements count.
Public propertyIncludeTxRssi Specifies whether the transmit power level is included in the advertisement header.
Public propertyInterval Gets the advertising interval.
Public propertyItem Gets the Bluetooth LE advertisement object by its index.
Public propertyPreferredTxRssi If specified, requests that the radio use the indicated transmit power level for the advertisement.
Public propertyRadio Gets the advertiser owner.
Public propertyUseExtendedAdvertisement Specifies that the advertisement publisher should use the Extended Advertising format.
Top
Methods
 NameDescription
Public methodAdd Adds Bluetooth LE advertisement to the advertisements list.
Public methodClear Clears the advertisements list.
Public methodDelete Deletes the Bluetooth LE advertisement from the advertisements list.
Protected methodDoStarted Fires the OnStarted event.
Protected methodDoStopped Fires the OnStopped event.
Protected methodEnter Enters the Bluetooth component protection critical section.
(Inherited from wclBluetoothComponent)
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalize Frees the component.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLeave Leaves the Bluetooth component protection critical section.
(Inherited from wclBluetoothComponent)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStart Starts advertising.
Public methodStop Stops advertising.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventOnStarted The event fires when the advertising started.
Public eventOnStopped The event fires when the advertising stopped.
Top
Remarks
The feature is supported only on Windows 10 platform with Microsoft Bluetooth drivers or on any Windows platform with BLED112 Bluetooth dongle.
See Also