IHciEventFrame class Interface defining all a generic HCI Event Frame.
More...
#include <IHciEventFrame.h>
|
void | init (Json::Value &output) |
|
IHciEventFrame class Interface defining all a generic HCI Event Frame.
IHciEventFrame.h HCI event frame
- Author
- Bertrand Martel
- Version
- 1.0
getEventCode retrieve event code
- Returns
getPacketType retrieve HCI Packet type (HCI_COMMAND / HCI_ACL_DATA / HCI_SCO_DATA / HCI_EVENT)
- Returns
Reimplemented from IHciFrame.
uint8_t IHciEventFrame::getParamterTotalLength |
( |
| ) |
|
|
inline |
getParamterTotalLength number in bytes of total parameter length
- Returns
void IHciEventFrame::init |
( |
Json::Value & |
output | ) |
|
|
inlineprotected |
void IHciEventFrame::print |
( |
| ) |
|
|
inlinevirtual |
std::string IHciEventFrame::toJson |
( |
bool |
beautify | ) |
|
|
inlinevirtual |
toStyledJson convert frame information to beautiful json format
- Returns
Reimplemented from IHciFrame.
uint8_t IHciEventFrame::parameter_total_length |
|
protected |
The documentation for this class was generated from the following file: