Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Generic HCIEvent wrapper for any HCI IOCTL 'command complete' alike event struct having a HCIStatusCode uint8_t status field. More...
#include <HCITypes.hpp>
Public Member Functions | |
HCIStructCmdCompleteEvtWrap (HCIEvent &orig_) | |
HCIStatusCode | getStatus () const noexcept |
const hcistruct * | getStruct () const noexcept |
hcistruct * | getWStruct () noexcept |
bool | isTypeAndSizeValid (const HCIEventType ec) const noexcept |
std::string | toString () const noexcept |
Generic HCIEvent wrapper for any HCI IOCTL 'command complete' alike event struct having a HCIStatusCode uint8_t status field.
hcistruct | the template typename, e.g. 'hci_ev_conn_complete' for 'struct hci_ev_conn_complete' |
Definition at line 1186 of file HCITypes.hpp.
|
inline |
Definition at line 1192 of file HCITypes.hpp.
|
inlinenoexcept |
Definition at line 1195 of file HCITypes.hpp.
|
inlinenoexcept |
Definition at line 1197 of file HCITypes.hpp.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1202 of file HCITypes.hpp.
|
inlinenoexcept |
Definition at line 1204 of file HCITypes.hpp.