Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
mgmt_addr_info { EUI48, uint8_t type }, More...
#include <MgmtTypes.hpp>
Public Member Functions | |
MgmtEvtDeviceBlocked (const uint8_t *buffer, const jau::nsize_t buffer_len) | |
![]() | |
MgmtEvtAdressInfoMeta (const Opcode opc, const uint8_t *buffer, const jau::nsize_t buffer_len) | |
virtual | ~MgmtEvtAdressInfoMeta () noexcept override |
const EUI48 & | getAddress () const noexcept |
BDAddressType | getAddressType () const noexcept |
jau::nsize_t | getDataOffset () const noexcept override |
jau::nsize_t | getDataSize () const noexcept override |
const uint8_t * | getData () const noexcept override |
![]() | |
MgmtEvent (const uint8_t *buffer, const jau::nsize_t buffer_len, const jau::nsize_t exp_param_size) | |
Persistent memory, w/ ownership . More... | |
MgmtEvent (const Opcode opc, const uint16_t dev_id, const uint16_t param_size=0) | |
MgmtEvent (const Opcode opc, const uint16_t dev_id, const uint16_t param_size, const uint8_t *param) | |
virtual | ~MgmtEvent () noexcept override |
jau::nsize_t | getTotalSize () const noexcept |
Opcode | getOpcode () const noexcept |
virtual bool | validate (const MgmtCommand &req) const noexcept |
std::string | toString () const noexcept override |
![]() | |
MgmtMsg (const uint16_t opc, const uint16_t dev_id, const uint16_t param_size) | |
MgmtMsg (const uint8_t *buffer, const jau::nsize_t buffer_len) | |
virtual | ~MgmtMsg () |
uint64_t | getTimestamp () const noexcept |
jau::nsize_t | getTotalSize () const noexcept |
TROOctets & | getPDU () noexcept |
Return the underlying octets read only. More... | |
uint16_t | getIntOpcode () const noexcept |
uint16_t | getDevID () const noexcept |
uint16_t | getParamSize () const noexcept |
mgmt_addr_info { EUI48, uint8_t type },
Definition at line 1852 of file MgmtTypes.hpp.
|
inline |
Definition at line 1855 of file MgmtTypes.hpp.