Click or drag to resize

wclBluetoothLe16ServiceDataAdvertisement Class

The Bluetooth LE 16 bit UUID service advertisement.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclBluetoothLeAdvertisement
    wclBluetoothwclBluetoothLe16ServiceAdvertisement
      wclBluetoothwclBluetoothLe16ServiceDataAdvertisement

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public class wclBluetoothLe16ServiceDataAdvertisement : wclBluetoothLe16ServiceAdvertisement

The wclBluetoothLe16ServiceDataAdvertisement type exposes the following members.

Constructors
 NameDescription
Public methodwclBluetoothLe16ServiceDataAdvertisement Creates new Bluetooth LE advertisement object.
Top
Properties
 NameDescription
Public propertyData Gets the service's data.
Public propertyUuid Gets the service's UUID.
(Inherited from wclBluetoothLe16ServiceAdvertisement)
Top
Methods
 NameDescription
Protected methodEnter Enters the advertisement data protection critical section.
(Inherited from wclBluetoothLeAdvertisement)
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFrames Builds the Bluetooth LE advertisement frames array that contains raw data of the Bluetooth LE advertisement.
(Overrides wclBluetoothLe16ServiceAdvertisementGetFrames(wclBluetoothLeAdvertisementFrame))
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 advertisement data protection critical section.
(Inherited from wclBluetoothLeAdvertisement)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also