hci-decoder
1.0
Lightweight Bluetooth HCI decoder library parsing individually HCI frames into JSON format
|
#include <command_complete.h>
Public Member Functions | |
CommandComplete (const std::vector< char > &data) | |
~CommandComplete () | |
void | print () |
std::string | toJson (bool beautify) |
toStyledJson convert frame information to beautiful json format More... | |
Json::Value | toJsonObj () |
toStyledJson convert frame information to beautiful json format More... | |
Public Member Functions inherited from IHciEventFrame | |
EVENT_ENUM | getEventCode () |
getEventCode retrieve event code More... | |
void | print () |
std::string | toJson (bool beautify) |
toStyledJson convert frame information to beautiful json format More... | |
HCI_PACKET_TYPE_ENUM | getPacketType () |
getPacketType retrieve HCI Packet type (HCI_COMMAND / HCI_ACL_DATA / HCI_SCO_DATA / HCI_EVENT) More... | |
uint8_t | getParamterTotalLength () |
getParamterTotalLength number in bytes of total parameter length More... | |
Public Member Functions inherited from IHciFrame | |
virtual void | clear () |
virtual | ~IHciFrame () |
Additional Inherited Members | |
Protected Member Functions inherited from IHciEventFrame | |
void | init (Json::Value &output) |
Protected Attributes inherited from IHciEventFrame | |
EVENT_ENUM | event_code |
uint8_t | parameter_total_length |
command_complete.h HCI Event command complete frame
CommandComplete::CommandComplete | ( | const std::vector< char > & | data | ) |
CommandComplete::~CommandComplete | ( | ) |
|
virtual |
Reimplemented from IHciFrame.
|
virtual |
toStyledJson convert frame information to beautiful json format
Reimplemented from IHciFrame.
|
virtual |
toStyledJson convert frame information to beautiful json format
Reimplemented from IHciFrame.