COSA
An Object-Oriented Platform for Arduino Programming
CC3000::hci_cmnd_select_t Struct Reference

#include <CC3000.hh>

Collaboration diagram for CC3000::hci_cmnd_select_t:
Collaboration graph

Public Member Functions

 hci_cmnd_select_t (uint32_t hndls, uint32_t readhndls, uint32_t writehndls, uint32_t errorhndls, uint32_t sec, uint32_t us)
 

Public Attributes

uint32_t handle_max
 
uint32_t magic [4]
 
uint32_t flags
 
uint32_t read_set
 
uint32_t write_set
 
uint32_t error_set
 
struct {
   uint32_t   sec
 
   uint32_t   us
 
timeout
 

Detailed Description

Definition at line 1001 of file CC3000.hh.

Constructor & Destructor Documentation

CC3000::hci_cmnd_select_t::hci_cmnd_select_t ( uint32_t  hndls,
uint32_t  readhndls,
uint32_t  writehndls,
uint32_t  errorhndls,
uint32_t  sec,
uint32_t  us 
)
inline

Definition at line 1012 of file CC3000.hh.

Member Data Documentation

uint32_t CC3000::hci_cmnd_select_t::error_set

Definition at line 1007 of file CC3000.hh.

uint32_t CC3000::hci_cmnd_select_t::flags

Definition at line 1004 of file CC3000.hh.

uint32_t CC3000::hci_cmnd_select_t::handle_max

Definition at line 1002 of file CC3000.hh.

uint32_t CC3000::hci_cmnd_select_t::magic[4]

Definition at line 1003 of file CC3000.hh.

uint32_t CC3000::hci_cmnd_select_t::read_set

Definition at line 1005 of file CC3000.hh.

uint32_t CC3000::hci_cmnd_select_t::sec

Definition at line 1009 of file CC3000.hh.

struct { ... } CC3000::hci_cmnd_select_t::timeout
uint32_t CC3000::hci_cmnd_select_t::us

Definition at line 1010 of file CC3000.hh.

uint32_t CC3000::hci_cmnd_select_t::write_set

Definition at line 1006 of file CC3000.hh.


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