ESPHome 2025.6.1
Loading...
Searching...
No Matches
esphome::openthread Namespace Reference

Data Structures

class  InstanceLock
 
class  OpenThreadComponent
 
class  OpenThreadSrpComponent
 

Functions

void srp_callback (otError err, const otSrpClientHostInfo *host_info, const otSrpClientService *services, const otSrpClientService *removed_services, void *context)
 
void srp_start_callback (const otSockAddr *server_socket_address, void *context)
 

Variables

OpenThreadComponentglobal_openthread_component
 

Function Documentation

◆ srp_callback()

void esphome::openthread::srp_callback ( otError err,
const otSrpClientHostInfo * host_info,
const otSrpClientService * services,
const otSrpClientService * removed_services,
void * context )

Definition at line 89 of file openthread.cpp.

◆ srp_start_callback()

void esphome::openthread::srp_start_callback ( const otSockAddr * server_socket_address,
void * context )

Definition at line 102 of file openthread.cpp.

Variable Documentation

◆ global_openthread_component

OpenThreadComponent * esphome::openthread::global_openthread_component
Initial value:
=
nullptr

Definition at line 26 of file openthread.cpp.