HiveMind
Public Attributes | List of all members
SystemStates Struct Reference

#include <SystemStates.h>

Collaboration diagram for SystemStates:
Collaboration graph

Public Attributes

bool m_remoteHandshaked = false
 if the handshake with the esp is successfull More...
 
bool m_hostHandshaked = false
 if the handshake with the host is successfull More...
 
ConnectionState m_connection = ConnectionState::Unconnected
 the state of the connection with the host More...
 
DeviceState m_device = DeviceState::Ok
 the overall state of the device More...
 

Member Data Documentation

◆ m_connection

ConnectionState SystemStates::m_connection = ConnectionState::Unconnected

the state of the connection with the host

◆ m_device

DeviceState SystemStates::m_device = DeviceState::Ok

the overall state of the device

◆ m_hostHandshaked

bool SystemStates::m_hostHandshaked = false

if the handshake with the host is successfull

◆ m_remoteHandshaked

bool SystemStates::m_remoteHandshaked = false

if the handshake with the esp is successfull


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