Bluetooth Framework C++ Edition
Public Member Functions | List of all members
CwclBluetoothLeManufacturerAdvertisement Class Reference

The Bluetooth LE custom manufacturer specific advertisement. More...

#include <wclBluetooth.h>

Inheritance diagram for CwclBluetoothLeManufacturerAdvertisement:
CwclBluetoothLeAdvertisement

Public Member Functions

 CwclBluetoothLeManufacturerAdvertisement (const unsigned short CompanyId, const wclBluetoothLeAdvertisementFrameRawData &Data)
 Creates new Bluetooth LE advertisement object.
 
virtual void GetFrames (wclBluetoothLeAdvertisementFrames &Frames) const override
 Builds the Bluetooth LE advertisement frames array that contains raw data of the Bluetooth LE advertisement.
 
unsigned short GetCompanyId () const
 Gets the manufacturer company ID.
 
 __declspec (property(get=GetCompanyId)) unsigned short CompanyId
 
wclBluetoothLeAdvertisementFrameRawData GetData () const
 Gets the advertisement raw data.
 
 __declspec (property(get=GetData)) wclBluetoothLeAdvertisementFrameRawData Data
 Gets the advertisement raw data.
 
- Public Member Functions inherited from CwclBluetoothLeAdvertisement
 CwclBluetoothLeAdvertisement ()
 Creates new Bluetooth LE advertisement object.
 
virtual ~CwclBluetoothLeAdvertisement ()
 Frees the object.
 
virtual void GetFrames (wclBluetoothLeAdvertisementFrames &Frames) const =0
 Builds the Bluetooth LE advertisement frames array that contains raw data of the Bluetooth LE advertisement.
 

Additional Inherited Members

- Protected Member Functions inherited from CwclBluetoothLeAdvertisement
void Enter () const
 Enters the advertisement data protection critical section.
 
void Leave () const
 Leaves the advertisement data protection critical section.
 

Detailed Description

The Bluetooth LE custom manufacturer specific advertisement.

See also
CwclBluetoothLeAdvertisement