ESPHome
2025.3.3
|
#include <api_connection.h>
Static Public Member Functions | |
static bool | try_send_binary_sensor_state (APIConnection *api, void *v_binary_sensor) |
static bool | try_send_binary_sensor_state (APIConnection *api, binary_sensor::BinarySensor *binary_sensor, bool state) |
static bool | try_send_binary_sensor_info (APIConnection *api, void *v_binary_sensor) |
static bool | try_send_cover_state (APIConnection *api, void *v_cover) |
static bool | try_send_cover_info (APIConnection *api, void *v_cover) |
static bool | try_send_fan_state (APIConnection *api, void *v_fan) |
static bool | try_send_fan_info (APIConnection *api, void *v_fan) |
static bool | try_send_light_state (APIConnection *api, void *v_light) |
static bool | try_send_light_info (APIConnection *api, void *v_light) |
static bool | try_send_sensor_state (APIConnection *api, void *v_sensor) |
static bool | try_send_sensor_state (APIConnection *api, sensor::Sensor *sensor, float state) |
static bool | try_send_sensor_info (APIConnection *api, void *v_sensor) |
static bool | try_send_switch_state (APIConnection *api, void *v_a_switch) |
static bool | try_send_switch_state (APIConnection *api, switch_::Switch *a_switch, bool state) |
static bool | try_send_switch_info (APIConnection *api, void *v_a_switch) |
static bool | try_send_text_sensor_state (APIConnection *api, void *v_text_sensor) |
static bool | try_send_text_sensor_state (APIConnection *api, text_sensor::TextSensor *text_sensor, std::string state) |
static bool | try_send_text_sensor_info (APIConnection *api, void *v_text_sensor) |
static bool | try_send_camera_info (APIConnection *api, void *v_camera) |
static bool | try_send_climate_state (APIConnection *api, void *v_climate) |
static bool | try_send_climate_info (APIConnection *api, void *v_climate) |
static bool | try_send_number_state (APIConnection *api, void *v_number) |
static bool | try_send_number_state (APIConnection *api, number::Number *number, float state) |
static bool | try_send_number_info (APIConnection *api, void *v_number) |
static bool | try_send_date_state (APIConnection *api, void *v_date) |
static bool | try_send_date_info (APIConnection *api, void *v_date) |
static bool | try_send_time_state (APIConnection *api, void *v_time) |
static bool | try_send_time_info (APIConnection *api, void *v_time) |
static bool | try_send_datetime_state (APIConnection *api, void *v_datetime) |
static bool | try_send_datetime_info (APIConnection *api, void *v_datetime) |
static bool | try_send_text_state (APIConnection *api, void *v_text) |
static bool | try_send_text_state (APIConnection *api, text::Text *text, std::string state) |
static bool | try_send_text_info (APIConnection *api, void *v_text) |
static bool | try_send_select_state (APIConnection *api, void *v_select) |
static bool | try_send_select_state (APIConnection *api, select::Select *select, std::string state) |
static bool | try_send_select_info (APIConnection *api, void *v_select) |
static bool | try_send_button_info (APIConnection *api, void *v_button) |
static bool | try_send_lock_state (APIConnection *api, void *v_a_lock) |
static bool | try_send_lock_state (APIConnection *api, lock::Lock *a_lock, lock::LockState state) |
static bool | try_send_lock_info (APIConnection *api, void *v_a_lock) |
static bool | try_send_valve_state (APIConnection *api, void *v_valve) |
static bool | try_send_valve_info (APIConnection *api, void *v_valve) |
static bool | try_send_media_player_state (APIConnection *api, void *v_media_player) |
static bool | try_send_media_player_info (APIConnection *api, void *v_media_player) |
static bool | try_send_alarm_control_panel_state (APIConnection *api, void *v_a_alarm_control_panel) |
static bool | try_send_alarm_control_panel_info (APIConnection *api, void *v_a_alarm_control_panel) |
static bool | try_send_event (APIConnection *api, void *v_event) |
static bool | try_send_event (APIConnection *api, event::Event *event, std::string event_type) |
static bool | try_send_event_info (APIConnection *api, void *v_event) |
static bool | try_send_update_state (APIConnection *api, void *v_update) |
static bool | try_send_update_info (APIConnection *api, void *v_update) |
Protected Types | |
enum | ConnectionState { ConnectionState::WAITING_FOR_HELLO, ConnectionState::CONNECTED, ConnectionState::AUTHENTICATED } |
Protected Attributes | |
friend | APIServer |
enum esphome::api::APIConnection::ConnectionState | WAITING_FOR_HELLO |
bool | remove_ {false} |
std::vector< uint8_t > | proto_write_buffer_ |
std::unique_ptr< APIFrameHelper > | helper_ |
std::string | client_info_ |
std::string | client_peername_ |
std::string | client_combined_info_ |
uint32_t | client_api_version_major_ {0} |
uint32_t | client_api_version_minor_ {0} |
esp32_camera::CameraImageReader | image_reader_ |
bool | state_subscription_ {false} |
int | log_subscription_ {ESPHOME_LOG_LEVEL_NONE} |
uint32_t | last_traffic_ |
uint32_t | next_ping_retry_ {0} |
uint8_t | ping_retries_ {0} |
bool | sent_ping_ {false} |
bool | service_call_subscription_ {false} |
bool | next_close_ = false |
APIServer * | parent_ |
DeferredMessageQueue | deferred_message_queue_ |
InitialStateIterator | initial_state_iterator_ |
ListEntitiesIterator | list_entities_iterator_ |
int | state_subs_at_ = -1 |
Definition at line 57 of file api_connection.h.
|
strongprotected |
Enumerator | |
---|---|
WAITING_FOR_HELLO | |
CONNECTED | |
AUTHENTICATED |
Definition at line 325 of file api_connection.h.
esphome::api::APIConnection::APIConnection | ( | std::unique_ptr< socket::Socket > | socket, |
APIServer * | parent | ||
) |
Definition at line 61 of file api_connection.cpp.
|
virtual |
Definition at line 88 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1616 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1441 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1456 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1460 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1444 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1450 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1447 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1453 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1164 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1396 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 791 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1794 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 335 of file api_connection.cpp.
|
inlineoverridevirtual |
Implements esphome::api::ProtoService.
Definition at line 311 of file api_connection.h.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 920 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1023 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1812 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 229 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1861 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 417 of file api_connection.cpp.
|
inline |
Definition at line 318 of file api_connection.h.
|
inlineoverridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 298 of file api_connection.h.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1775 of file api_connection.cpp.
|
inlineoverridevirtual |
Implements esphome::api::ProtoService.
Definition at line 304 of file api_connection.h.
|
inlineoverridevirtual |
Implements esphome::api::ProtoService.
Definition at line 305 of file api_connection.h.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 514 of file api_connection.cpp.
|
inlineoverridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 284 of file api_connection.h.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1215 of file api_connection.cpp.
void esphome::api::APIConnection::loop | ( | ) |
Definition at line 101 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1346 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 869 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 238 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::ProtoService.
Definition at line 1921 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 1413 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 1854 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::ProtoService.
Definition at line 1917 of file api_connection.cpp.
|
inlineoverridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 270 of file api_connection.h.
|
overridevirtual |
Implements esphome::api::ProtoService.
Definition at line 1913 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 1528 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 1509 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 1500 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 1479 of file api_connection.cpp.
|
overridevirtual |
Reimplemented from esphome::api::APIServerConnectionBase.
Definition at line 1518 of file api_connection.cpp.
|
inlineoverridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 282 of file api_connection.h.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1133 of file api_connection.cpp.
|
protected |
void esphome::api::APIConnection::send_alarm_control_panel_info | ( | alarm_control_panel::AlarmControlPanel * | a_alarm_control_panel | ) |
Definition at line 1587 of file api_connection.cpp.
bool esphome::api::APIConnection::send_alarm_control_panel_state | ( | alarm_control_panel::AlarmControlPanel * | a_alarm_control_panel | ) |
Definition at line 1577 of file api_connection.cpp.
void esphome::api::APIConnection::send_binary_sensor_info | ( | binary_sensor::BinarySensor * | binary_sensor | ) |
Definition at line 253 of file api_connection.cpp.
bool esphome::api::APIConnection::send_binary_sensor_state | ( | binary_sensor::BinarySensor * | binary_sensor, |
bool | state | ||
) |
Definition at line 243 of file api_connection.cpp.
bool esphome::api::APIConnection::send_bluetooth_le_advertisement | ( | const BluetoothLEAdvertisementResponse & | msg | ) |
Definition at line 1426 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::ProtoService.
Definition at line 1875 of file api_connection.cpp.
void esphome::api::APIConnection::send_button_info | ( | button::Button * | button | ) |
Definition at line 1145 of file api_connection.cpp.
void esphome::api::APIConnection::send_camera_info | ( | esp32_camera::ESP32Camera * | camera | ) |
Definition at line 1378 of file api_connection.cpp.
void esphome::api::APIConnection::send_climate_info | ( | climate::Climate * | climate | ) |
Definition at line 710 of file api_connection.cpp.
bool esphome::api::APIConnection::send_climate_state | ( | climate::Climate * | climate | ) |
Definition at line 700 of file api_connection.cpp.
void esphome::api::APIConnection::send_cover_info | ( | cover::Cover * | cover | ) |
Definition at line 298 of file api_connection.cpp.
bool esphome::api::APIConnection::send_cover_state | ( | cover::Cover * | cover | ) |
Definition at line 288 of file api_connection.cpp.
void esphome::api::APIConnection::send_date_info | ( | datetime::DateEntity * | date | ) |
Definition at line 891 of file api_connection.cpp.
bool esphome::api::APIConnection::send_date_state | ( | datetime::DateEntity * | date | ) |
Definition at line 881 of file api_connection.cpp.
void esphome::api::APIConnection::send_datetime_info | ( | datetime::DateTimeEntity * | datetime | ) |
Definition at line 993 of file api_connection.cpp.
bool esphome::api::APIConnection::send_datetime_state | ( | datetime::DateTimeEntity * | datetime | ) |
Definition at line 983 of file api_connection.cpp.
void esphome::api::APIConnection::send_event | ( | event::Event * | event, |
std::string | event_type | ||
) |
Definition at line 1651 of file api_connection.cpp.
void esphome::api::APIConnection::send_event_info | ( | event::Event * | event | ) |
Definition at line 1656 of file api_connection.cpp.
void esphome::api::APIConnection::send_fan_info | ( | fan::Fan * | fan | ) |
Definition at line 375 of file api_connection.cpp.
bool esphome::api::APIConnection::send_fan_state | ( | fan::Fan * | fan | ) |
Definition at line 365 of file api_connection.cpp.
|
inline |
Definition at line 205 of file api_connection.h.
void esphome::api::APIConnection::send_light_info | ( | light::LightState * | light | ) |
Definition at line 450 of file api_connection.cpp.
bool esphome::api::APIConnection::send_light_state | ( | light::LightState * | light | ) |
Definition at line 440 of file api_connection.cpp.
|
inline |
Definition at line 65 of file api_connection.h.
void esphome::api::APIConnection::send_lock_info | ( | lock::Lock * | a_lock | ) |
Definition at line 1184 of file api_connection.cpp.
bool esphome::api::APIConnection::send_lock_state | ( | lock::Lock * | a_lock, |
lock::LockState | state | ||
) |
Definition at line 1174 of file api_connection.cpp.
void esphome::api::APIConnection::send_media_player_info | ( | media_player::MediaPlayer * | media_player | ) |
Definition at line 1301 of file api_connection.cpp.
bool esphome::api::APIConnection::send_media_player_state | ( | media_player::MediaPlayer * | media_player | ) |
Definition at line 1291 of file api_connection.cpp.
void esphome::api::APIConnection::send_number_info | ( | number::Number * | number | ) |
Definition at line 832 of file api_connection.cpp.
bool esphome::api::APIConnection::send_number_state | ( | number::Number * | number, |
float | state | ||
) |
Definition at line 822 of file api_connection.cpp.
void esphome::api::APIConnection::send_select_info | ( | select::Select * | select | ) |
Definition at line 1100 of file api_connection.cpp.
bool esphome::api::APIConnection::send_select_state | ( | select::Select * | select, |
std::string | state | ||
) |
Definition at line 1090 of file api_connection.cpp.
void esphome::api::APIConnection::send_sensor_info | ( | sensor::Sensor * | sensor | ) |
Definition at line 562 of file api_connection.cpp.
bool esphome::api::APIConnection::send_sensor_state | ( | sensor::Sensor * | sensor, |
float | state | ||
) |
Definition at line 552 of file api_connection.cpp.
void esphome::api::APIConnection::send_switch_info | ( | switch_::Switch * | a_switch | ) |
Definition at line 611 of file api_connection.cpp.
bool esphome::api::APIConnection::send_switch_state | ( | switch_::Switch * | a_switch, |
bool | state | ||
) |
Definition at line 601 of file api_connection.cpp.
void esphome::api::APIConnection::send_text_info | ( | text::Text * | text | ) |
Definition at line 1045 of file api_connection.cpp.
void esphome::api::APIConnection::send_text_sensor_info | ( | text_sensor::TextSensor * | text_sensor | ) |
Definition at line 665 of file api_connection.cpp.
bool esphome::api::APIConnection::send_text_sensor_state | ( | text_sensor::TextSensor * | text_sensor, |
std::string | state | ||
) |
Definition at line 655 of file api_connection.cpp.
bool esphome::api::APIConnection::send_text_state | ( | text::Text * | text, |
std::string | state | ||
) |
Definition at line 1035 of file api_connection.cpp.
void esphome::api::APIConnection::send_time_info | ( | datetime::TimeEntity * | time | ) |
Definition at line 942 of file api_connection.cpp.
|
inline |
Definition at line 227 of file api_connection.h.
bool esphome::api::APIConnection::send_time_state | ( | datetime::TimeEntity * | time | ) |
Definition at line 932 of file api_connection.cpp.
void esphome::api::APIConnection::send_update_info | ( | update::UpdateEntity * | update | ) |
Definition at line 1700 of file api_connection.cpp.
bool esphome::api::APIConnection::send_update_state | ( | update::UpdateEntity * | update | ) |
Definition at line 1690 of file api_connection.cpp.
void esphome::api::APIConnection::send_valve_info | ( | valve::Valve * | valve | ) |
Definition at line 1245 of file api_connection.cpp.
bool esphome::api::APIConnection::send_valve_state | ( | valve::Valve * | valve | ) |
Definition at line 1235 of file api_connection.cpp.
void esphome::api::APIConnection::set_camera_state | ( | std::shared_ptr< esp32_camera::CameraImage > | image | ) |
Definition at line 1369 of file api_connection.cpp.
void esphome::api::APIConnection::start | ( | ) |
Definition at line 73 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1464 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1420 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1872 of file api_connection.cpp.
|
inlineoverridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 294 of file api_connection.h.
|
inlineoverridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 289 of file api_connection.h.
|
inlineoverridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 285 of file api_connection.h.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1474 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 641 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1078 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 971 of file api_connection.cpp.
|
static |
Definition at line 1600 of file api_connection.cpp.
|
static |
Definition at line 1592 of file api_connection.cpp.
|
static |
Definition at line 270 of file api_connection.cpp.
|
static |
Definition at line 258 of file api_connection.cpp.
|
static |
Definition at line 262 of file api_connection.cpp.
|
static |
Definition at line 1150 of file api_connection.cpp.
|
static |
Definition at line 1383 of file api_connection.cpp.
|
static |
Definition at line 747 of file api_connection.cpp.
|
static |
Definition at line 715 of file api_connection.cpp.
|
static |
Definition at line 316 of file api_connection.cpp.
|
static |
Definition at line 303 of file api_connection.cpp.
|
static |
Definition at line 906 of file api_connection.cpp.
|
static |
Definition at line 896 of file api_connection.cpp.
|
static |
Definition at line 1009 of file api_connection.cpp.
|
static |
Definition at line 998 of file api_connection.cpp.
|
static |
Definition at line 1661 of file api_connection.cpp.
|
static |
Definition at line 1665 of file api_connection.cpp.
|
static |
Definition at line 1671 of file api_connection.cpp.
|
static |
Definition at line 397 of file api_connection.cpp.
|
static |
Definition at line 380 of file api_connection.cpp.
|
static |
Definition at line 478 of file api_connection.cpp.
|
static |
Definition at line 455 of file api_connection.cpp.
|
static |
Definition at line 1199 of file api_connection.cpp.
|
static |
Definition at line 1189 of file api_connection.cpp.
|
static |
Definition at line 1193 of file api_connection.cpp.
bool esphome::api::APIConnection::try_send_log_message | ( | int | level, |
const char * | tag, | ||
const char * | line | ||
) |
Definition at line 1761 of file api_connection.cpp.
|
static |
Definition at line 1319 of file api_connection.cpp.
|
static |
Definition at line 1306 of file api_connection.cpp.
|
static |
Definition at line 848 of file api_connection.cpp.
|
static |
Definition at line 837 of file api_connection.cpp.
|
static |
Definition at line 841 of file api_connection.cpp.
|
static |
Definition at line 1116 of file api_connection.cpp.
|
static |
Definition at line 1105 of file api_connection.cpp.
|
static |
Definition at line 1109 of file api_connection.cpp.
|
static |
Definition at line 578 of file api_connection.cpp.
|
static |
Definition at line 567 of file api_connection.cpp.
|
static |
Definition at line 571 of file api_connection.cpp.
|
static |
Definition at line 626 of file api_connection.cpp.
|
static |
Definition at line 616 of file api_connection.cpp.
|
static |
Definition at line 620 of file api_connection.cpp.
|
static |
Definition at line 1061 of file api_connection.cpp.
|
static |
Definition at line 682 of file api_connection.cpp.
|
static |
Definition at line 670 of file api_connection.cpp.
|
static |
Definition at line 674 of file api_connection.cpp.
|
static |
Definition at line 1050 of file api_connection.cpp.
|
static |
Definition at line 1054 of file api_connection.cpp.
|
static |
Definition at line 957 of file api_connection.cpp.
|
static |
Definition at line 947 of file api_connection.cpp.
|
static |
Definition at line 1725 of file api_connection.cpp.
|
static |
Definition at line 1705 of file api_connection.cpp.
|
static |
Definition at line 1258 of file api_connection.cpp.
|
static |
Definition at line 1250 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1423 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1739 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1276 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1538 of file api_connection.cpp.
|
overridevirtual |
Implements esphome::api::APIServerConnection.
Definition at line 1564 of file api_connection.cpp.
|
protected |
Definition at line 321 of file api_connection.h.
|
protected |
Definition at line 341 of file api_connection.h.
|
protected |
Definition at line 342 of file api_connection.h.
|
protected |
Definition at line 340 of file api_connection.h.
|
protected |
Definition at line 338 of file api_connection.h.
|
protected |
Definition at line 339 of file api_connection.h.
|
protected |
Definition at line 356 of file api_connection.h.
|
protected |
Definition at line 336 of file api_connection.h.
|
protected |
Definition at line 344 of file api_connection.h.
|
protected |
Definition at line 357 of file api_connection.h.
|
protected |
Definition at line 349 of file api_connection.h.
|
protected |
Definition at line 358 of file api_connection.h.
|
protected |
Definition at line 348 of file api_connection.h.
|
protected |
Definition at line 354 of file api_connection.h.
|
protected |
Definition at line 350 of file api_connection.h.
|
protected |
Definition at line 355 of file api_connection.h.
|
protected |
Definition at line 351 of file api_connection.h.
|
protected |
Definition at line 335 of file api_connection.h.
|
protected |
Definition at line 331 of file api_connection.h.
|
protected |
Definition at line 352 of file api_connection.h.
|
protected |
Definition at line 353 of file api_connection.h.
|
protected |
Definition at line 359 of file api_connection.h.
|
protected |
Definition at line 347 of file api_connection.h.
|
protected |