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

#include <HCI.hh>

Collaboration diagram for HCI::data_header_t:
Collaboration graph

Public Attributes

uint8_t type
 HCI Message Type. More...
 
uint8_t cmnd
 HCI Data Operation Code. More...
 
uint8_t args_len
 HCI Arguments Length. More...
 
uint16_t payload_len
 HCI Payload Length. More...
 

Detailed Description

HCI Data Header.

Definition at line 323 of file HCI.hh.

Member Data Documentation

uint8_t HCI::data_header_t::args_len

HCI Arguments Length.

Definition at line 326 of file HCI.hh.

uint8_t HCI::data_header_t::cmnd

HCI Data Operation Code.

Definition at line 325 of file HCI.hh.

uint16_t HCI::data_header_t::payload_len

HCI Payload Length.

Definition at line 327 of file HCI.hh.

uint8_t HCI::data_header_t::type

HCI Message Type.

Definition at line 324 of file HCI.hh.


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