TinyB
0.5.1
TinyB - The Tiny Bluetooth LE library
|
Public Member Functions | |
BluetoothEvent (BluetoothType type, std::string *name, std::string *identifier, BluetoothObject *parent, bool execute_once=true, BluetoothCallback cb=nullptr, void *data=NULL) | |
BluetoothType | get_type () const |
std::string * | get_name () const |
std::string * | get_identifier () const |
BluetoothObject * | get_parent () const |
bool | execute_callback (BluetoothObject &object) |
bool | has_callback () |
BluetoothObject * | get_result () |
void | cancel () |
void | wait (std::chrono::milliseconds timeout=std::chrono::milliseconds::zero()) |
bool | operator== (BluetoothEvent const &other) |