Braille Glove
 
Loading...
Searching...
No Matches
SingeltonWifiConnector Class Reference

Singleton class for Wi-Fi settings. More...

#include <SingeltonWifiSettings.h>

Static Public Member Functions

static SingeltonWifiConnectorgetInstance ()
 Gets the singleton instance of the SingeltonWifiConnector class.
 

Public Attributes

const char * MASTER_SSID = "MV-Glove"
 The SSID name for the master Wi-Fi network.
 
const char * SLAVE_SSID = "VS-Glove"
 The SSID name for the slave Wi-Fi network.
 
const uint8_t SLAVE_MAC [6] = {0x48, 0x55, 0x19, 0xF6, 0xC9, 0xB3}
 The MAC address of the slave device for the Wi-Fi connection.
 

Detailed Description

Singleton class for Wi-Fi settings.

This class follows the Singleton pattern to ensure only one instance exists for managing Wi-Fi settings, including SSID names and MAC address for master and slave devices in the system.

Member Function Documentation

◆ getInstance()

static SingeltonWifiConnector & SingeltonWifiConnector::getInstance ( )
inlinestatic

Gets the singleton instance of the SingeltonWifiConnector class.

Returns
A reference to the single instance of SingeltonWifiConnector.

Member Data Documentation

◆ SLAVE_MAC

const uint8_t SingeltonWifiConnector::SLAVE_MAC[6] = {0x48, 0x55, 0x19, 0xF6, 0xC9, 0xB3}

The MAC address of the slave device for the Wi-Fi connection.

The MAC address is used to identify the slave device in the network.


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