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