Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Generic HCIMetaEvent wrapper for any HCI IOCTL 'command complete' alike meta event struct having a HCIStatusCode uint8_t status field. More...
#include <HCITypes.hpp>
Public Member Functions | |
HCIStructCmdCompleteMetaEvtWrap (HCIMetaEvent &orig_) | |
HCIStatusCode | getStatus () const noexcept |
const hcistruct * | getStruct () const noexcept |
bool | isTypeAndSizeValid (const HCIMetaEventType mc) const noexcept |
std::string | toString () const noexcept |
Generic HCIMetaEvent wrapper for any HCI IOCTL 'command complete' alike meta event struct having a HCIStatusCode uint8_t status field.
hcistruct | the template typename, e.g. 'hci_ev_le_conn_complete' for 'struct hci_ev_le_conn_complete' |
Definition at line 1470 of file HCITypes.hpp.
|
inline |
Definition at line 1476 of file HCITypes.hpp.
|
inlinenoexcept |
Definition at line 1479 of file HCITypes.hpp.
|
inlinenoexcept |
Definition at line 1481 of file HCITypes.hpp.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1486 of file HCITypes.hpp.