Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#include <MgmtTypes.hpp>
Public Member Functions | |
MgmtAdapterEventCallback (const int _dev_id, const MgmtEvent::Opcode _opc, const MgmtEventCallback &_callback) noexcept | |
MgmtAdapterEventCallback (const MgmtAdapterEventCallback &o) noexcept=default | |
MgmtAdapterEventCallback (MgmtAdapterEventCallback &&o) noexcept=default | |
MgmtAdapterEventCallback & | operator= (const MgmtAdapterEventCallback &o) noexcept=default |
MgmtAdapterEventCallback & | operator= (MgmtAdapterEventCallback &&o) noexcept=default |
int | getDevID () const noexcept |
Unique adapter index filter or -1 to listen for all adapter. More... | |
MgmtEventCallback & | getCallback () noexcept |
MgmtEventCallback reference. More... | |
const MgmtEventCallback & | getCallback () const noexcept |
const MgmtEventCallback reference More... | |
bool | operator== (const MgmtAdapterEventCallback &rhs) const noexcept |
bool | operator!= (const MgmtAdapterEventCallback &rhs) const noexcept |
std::string | toString () const |
Definition at line 2235 of file MgmtTypes.hpp.
|
inlinenoexcept |
Definition at line 2245 of file MgmtTypes.hpp.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
const MgmtEventCallback reference
Definition at line 2260 of file MgmtTypes.hpp.
|
inlinenoexcept |
MgmtEventCallback reference.
Definition at line 2257 of file MgmtTypes.hpp.
|
inlinenoexcept |
Unique adapter index filter or -1
to listen for all adapter.
Definition at line 2254 of file MgmtTypes.hpp.
|
inlinenoexcept |
Definition at line 2265 of file MgmtTypes.hpp.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 2262 of file MgmtTypes.hpp.
|
inline |
Definition at line 2268 of file MgmtTypes.hpp.