COSA
An Object-Oriented Platform for Arduino Programming
HCI::cmnd_header_t Struct Reference

#include <HCI.hh>

Collaboration diagram for HCI::cmnd_header_t:
Collaboration graph

Public Attributes

uint8_t type
 HCI Message Type. More...
 
uint16_t cmnd
 HCI Operation Code (little-endian). More...
 
uint8_t len
 HCI Arguments Length. More...
 

Detailed Description

HCI Command Header.

Definition at line 314 of file HCI.hh.

Member Data Documentation

uint16_t HCI::cmnd_header_t::cmnd

HCI Operation Code (little-endian).

Definition at line 316 of file HCI.hh.

uint8_t HCI::cmnd_header_t::len

HCI Arguments Length.

Definition at line 317 of file HCI.hh.

uint8_t HCI::cmnd_header_t::type

HCI Message Type.

Definition at line 315 of file HCI.hh.


The documentation for this struct was generated from the following file: