Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceBT::Plugin Class Referenceabstract

Represents the IceBT plug-in object. More...

#include <IceBT/IceBT.h>

Inheritance diagram for IceBT::Plugin:

Public Member Functions

virtual DeviceMap getDevices () const =0
 Retrieves a snapshot of all known remote devices.
virtual void startDiscovery (const std::string &address, std::function< void(const std::string &addr, const PropertyMap &props)> cb)=0
 Starts Bluetooth device discovery on the adapter with the specified address.
virtual void stopDiscovery (const std::string &address)=0
 Stops Bluetooth device discovery on the adapter with the specified address.
Public Member Functions inherited from Ice::Plugin
virtual void destroy ()=0
 Destroys this plugin. This function is called when the communicator is destroyed.
virtual void initialize ()=0
 Performs any necessary initialization steps.

Detailed Description

Represents the IceBT plug-in object.

Definition at line 29 of file Plugin.h.


The documentation for this class was generated from the following file: