#include <Bluetooth.h>
Inheritance diagram for BluetoothPeersFeature:
Public Member Functions | |
virtual const string | getName () const |
virtual string | toString () const |
Protected Member Functions | |
BluetoothPeersFeature (stringcode *code, long *maxlen) | |
BluetoothPeersFeature (stringcode *code, long *maxlen, const stringvector *strList) | |
Friends | |
class | BluetoothFeatureProvider |
This feature returns a list of hardware addresses representing the Bluetooth peers in reachable by the calling device.
|
Feature constructor This constructor initializes the feature as prototypes value. For creating a specific sample of a feature, the sample constructor should be used.
|
|
Sample constructor This constructor initializes the feature with a specific value and should thus be used for samples.
|
|
Query a features name
Reimplemented from AbstractStringListFeature. |
|
Get feature as string
Reimplemented from AbstractStringListFeature. |