ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::api::APINoiseContext Class Reference

#include <api_noise_context.h>

Public Member Functions

void set_psk (psk_t psk)
 
const psk_tget_psk () const
 
bool has_psk () const
 

Protected Attributes

psk_t psk_ {}
 
bool has_psk_ {false}
 

Detailed Description

Definition at line 12 of file api_noise_context.h.

Member Function Documentation

◆ get_psk()

const psk_t & esphome::api::APINoiseContext::get_psk ( ) const
inline

Definition at line 22 of file api_noise_context.h.

◆ has_psk()

bool esphome::api::APINoiseContext::has_psk ( ) const
inline

Definition at line 23 of file api_noise_context.h.

◆ set_psk()

void esphome::api::APINoiseContext::set_psk ( psk_t psk)
inline

Definition at line 14 of file api_noise_context.h.

Field Documentation

◆ has_psk_

bool esphome::api::APINoiseContext::has_psk_ {false}
protected

Definition at line 27 of file api_noise_context.h.

◆ psk_

psk_t esphome::api::APINoiseContext::psk_ {}
protected

Definition at line 26 of file api_noise_context.h.


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