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

The Bluetooth LE Eddystone URL beacon advertisement. More...

#include <wclBluetooth.h>

Inheritance diagram for CwclBluetoothLeEddystoneUrlBeaconAdvertisement:
CwclBluetoothLeTxRssiAdvertisement CwclBluetoothLeAdvertisement

Public Member Functions

 CwclBluetoothLeEddystoneUrlBeaconAdvertisement (const char TxRssi, const tstring &Url)
 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.
 
tstring GetUrl () const
 Gets the beacon's URL.
 
 __declspec (property(get=GetUrl)) tstring Url
 Gets the beacon's URL.
 
- Public Member Functions inherited from CwclBluetoothLeTxRssiAdvertisement
 CwclBluetoothLeTxRssiAdvertisement (const char TxRssi)
 Creates new Bluetooth LE advertisement object.
 
char GetTxRssi () const
 Gets the calibrated RSSI value.
 
 __declspec (property(get=GetTxRssi)) char TxRssi
 Gets the calibrated RSSI value.
 
- 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 Eddystone URL beacon advertisement.

See also
CwclBluetoothLeTxRssiAdvertisement