Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cs_external_state_item_t Struct Reference

Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: May 22, 2019 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed) More...

#include <cs_ExternalStates.h>

Collaboration diagram for cs_external_state_item_t:

Public Attributes

uint16_t timeoutCount
 
stone_id_t id
 
state_external_stone_t state
 

Detailed Description

Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: May 22, 2019 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)

Item with state of external stone.

timeoutCount Count until this state is considered timed out. Every item with timeoutCount of 0, is considered empty. id Id of the stone. state The state of the stone.

Member Data Documentation

◆ id

stone_id_t cs_external_state_item_t::id

◆ state

state_external_stone_t cs_external_state_item_t::state

◆ timeoutCount

uint16_t cs_external_state_item_t::timeoutCount

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