|
WifiEspNow
ESP-NOW Arduino library for ESP8266 and ESP32
|
This is the complete list of members for WifiEspNowClass, including all inherited members.
| addPeer(const uint8_t mac[WIFIESPNOW_ALEN], int channel=0, const uint8_t key[WIFIESPNOW_KEYLEN]=nullptr, int netif=ESP_IF_WIFI_AP) | WifiEspNowClass | |
| begin() | WifiEspNowClass | |
| end() | WifiEspNowClass | |
| getSendStatus() const | WifiEspNowClass | inline |
| hasPeer(const uint8_t mac[WIFIESPNOW_ALEN]) const | WifiEspNowClass | |
| listPeers(WifiEspNowPeerInfo *peers, int maxPeers) const | WifiEspNowClass | |
| onReceive(RxCallback cb, void *arg) | WifiEspNowClass | |
| removePeer(const uint8_t mac[WIFIESPNOW_ALEN]) | WifiEspNowClass | |
| RxCallback typedef | WifiEspNowClass | |
| send(const uint8_t mac[WIFIESPNOW_ALEN], const uint8_t *buf, size_t count) | WifiEspNowClass | |
| setPrimaryKey(const uint8_t key[WIFIESPNOW_KEYLEN]) | WifiEspNowClass |