
x CONTENTS
4.17.5.16 espconn_recv_unhold(struct espconn ∗pespconn) . . . . . . . . . . . . . . . . 86
4.17.5.17 espconn_regist_connectcb(struct espconn ∗espconn, espconn_connect_←-
callback connect_cb) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
4.17.5.18 espconn_regist_disconcb(struct espconn ∗espconn, espconn_connect_callback
discon_cb) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
4.17.5.19 espconn_regist_reconcb(struct espconn ∗espconn, espconn_reconnect_callback
recon_cb) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
4.17.5.20 espconn_regist_recvcb(struct espconn ∗espconn, espconn_recv_callback recv←-
_cb) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
4.17.5.21 espconn_regist_sentcb(struct espconn ∗espconn, espconn_sent_callback sent←-
_cb) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
4.17.5.22 espconn_regist_time(struct espconn ∗espconn, uint32 interval, uint8 type_flag) . 88
4.17.5.23 espconn_regist_write_finish(struct espconn ∗espconn, espconn_connect_←-
callback write_finish_fn) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
4.17.5.24 espconn_send(struct espconn ∗espconn, uint8 ∗psent, uint16 length) . . . . . . 89
4.17.5.25 espconn_sendto(struct espconn ∗espconn, uint8 ∗psent, uint16 length) . . . . . 90
4.17.5.26 espconn_sent(struct espconn ∗espconn, uint8 ∗psent, uint16 length) . . . . . . 90
4.17.5.27 espconn_set_keepalive(struct espconn ∗espconn, uint8 level, void ∗optarg) . . . 91
4.17.5.28 espconn_set_opt(struct espconn ∗espconn, uint8 opt) . . . . . . . . . . . . . . 91
4.17.5.29 espconn_tcp_get_max_con(void) . . . . . . . . . . . . . . . . . . . . . . . . . 92
4.17.5.30 espconn_tcp_get_max_con_allow(struct espconn ∗espconn) . . . . . . . . . . . 92
4.17.5.31 espconn_tcp_set_max_con(uint8 num) . . . . . . . . . . . . . . . . . . . . . . 92
4.17.5.32 espconn_tcp_set_max_con_allow(struct espconn ∗espconn, uint8 num) . . . . . 93
4.18 ESP-NOW APIs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
4.18.1 Detailed Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.18.2 Typedef Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.18.2.1 esp_now_recv_cb_t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.18.2.2 esp_now_send_cb_t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.18.3 Function Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
4.18.3.1 esp_now_add_peer(uint8 ∗mac_addr, uint8 role, uint8 channel, uint8 ∗key, uint8
key_len) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
4.18.3.2 esp_now_deinit(void) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
4.18.3.3 esp_now_del_peer(uint8 ∗mac_addr) . . . . . . . . . . . . . . . . . . . . . . . 97
4.18.3.4 esp_now_fetch_peer(bool restart) . . . . . . . . . . . . . . . . . . . . . . . . . 98
4.18.3.5 esp_now_get_cnt_info(uint8 ∗all_cnt, uint8 ∗encrypt_cnt) . . . . . . . . . . . . 98
4.18.3.6 esp_now_get_peer_channel(uint8 ∗mac_addr) . . . . . . . . . . . . . . . . . . 98
4.18.3.7 esp_now_get_peer_key(uint8 ∗mac_addr, uint8 ∗key, uint8 ∗key_len) . . . . . . 98
4.18.3.8 esp_now_get_peer_role(uint8 ∗mac_addr) . . . . . . . . . . . . . . . . . . . . 99
4.18.3.9 esp_now_get_self_role(void) . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
4.18.3.10 esp_now_init(void) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
4.18.3.11 esp_now_is_peer_exist(uint8 ∗mac_addr) . . . . . . . . . . . . . . . . . . . . 99
4.18.3.12 esp_now_register_recv_cb(esp_now_recv_cb_t cb) . . . . . . . . . . . . . . . 100
Generated on Tue Mar 1 2016 10:19:27 for ESP8266_RTOS_SDK by Doxygen