ESPixelStick Firmware
Firmware for the ESPixelStick
Loading...
Searching...
No Matches
c_ApCredentials Class Reference

#include <ApCredentials.hpp>

Collaboration diagram for c_ApCredentials:

Classes

struct  ApCredentials
 

Public Member Functions

 c_ApCredentials ()
 < Start up the driver and put it into a safe mode
 
virtual ~c_ApCredentials ()
 < deallocate any resources and put the output channels into a safe state
 
void GetConfig (JsonObject &json)
 
bool SetConfig (JsonObject &json)
 
bool GetCurrentCredentials (ApCredentials &OutValue)
 
void ResetCurrentCredentials ()
 
bool GetNextCredentials ()
 
void GetDriverName (String &Name)
 

Private Attributes

ApCredentials _ApCredentials [MAX_NUM_CREDENTIALS]
 
uint ApCredentialsIterator = MAX_NUM_CREDENTIALS
 

Constructor & Destructor Documentation

◆ c_ApCredentials()

c_ApCredentials::c_ApCredentials ( )

< Start up the driver and put it into a safe mode

Here is the call graph for this function:

◆ ~c_ApCredentials()

c_ApCredentials::~c_ApCredentials ( )
virtual

< deallocate any resources and put the output channels into a safe state

Member Function Documentation

◆ GetConfig()

void c_ApCredentials::GetConfig ( JsonObject & json)
Here is the caller graph for this function:

◆ GetCurrentCredentials()

bool c_ApCredentials::GetCurrentCredentials ( ApCredentials & OutValue)

◆ GetDriverName()

void c_ApCredentials::GetDriverName ( String & Name)
inline

◆ GetNextCredentials()

bool c_ApCredentials::GetNextCredentials ( )

◆ ResetCurrentCredentials()

void c_ApCredentials::ResetCurrentCredentials ( )
Here is the caller graph for this function:

◆ SetConfig()

bool c_ApCredentials::SetConfig ( JsonObject & json)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ _ApCredentials

ApCredentials c_ApCredentials::_ApCredentials[MAX_NUM_CREDENTIALS]
private

◆ ApCredentialsIterator

uint c_ApCredentials::ApCredentialsIterator = MAX_NUM_CREDENTIALS
private

The documentation for this class was generated from the following files: