ESPHome  2024.4.0
Public Member Functions | Protected Attributes
esphome::api::APINoiseContext Class Reference

#include <api_noise_context.h>

Public Member Functions

void set_psk (psk_t psk)
 
const psk_tget_psk () const
 

Protected Attributes

psk_t psk_
 

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 15 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

◆ psk_

psk_t esphome::api::APINoiseContext::psk_
protected

Definition at line 18 of file api_noise_context.h.


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