arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
WiFiClientZephyr.h File Reference
#include <errno.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <zephyr/kernel.h>
#include <zephyr/net/net_ip.h>
#include <zephyr/net/socket.h>
#include <zephyr/sys/util.h>
#include "AudioTools/CoreAudio/AudioRuntime.h"

Go to the source code of this file.

Classes

class  WiFiClientZephyr
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Typedefs

using WiFiClient = WiFiClientZephyr
 

Functions

 BUILD_ASSERT (IS_ENABLED(CONFIG_DNS_RESOLVER), "WiFiClientZephyr requires CONFIG_DNS_RESOLVER=y")
 
 BUILD_ASSERT (IS_ENABLED(CONFIG_NET_SOCKETS), "WiFiClientZephyr requires CONFIG_NET_SOCKETS=y")
 
 BUILD_ASSERT (IS_ENABLED(CONFIG_NET_TCP), "WiFiClientZephyr requires CONFIG_NET_TCP=y")
 
 BUILD_ASSERT (IS_ENABLED(CONFIG_NETWORKING), "WiFiClientZephyr requires CONFIG_NETWORKING=y")
 

Function Documentation

◆ BUILD_ASSERT() [1/4]

BUILD_ASSERT ( IS_ENABLED(CONFIG_DNS_RESOLVER)  )

◆ BUILD_ASSERT() [2/4]

BUILD_ASSERT ( IS_ENABLED(CONFIG_NET_SOCKETS)  )

◆ BUILD_ASSERT() [3/4]

BUILD_ASSERT ( IS_ENABLED(CONFIG_NET_TCP)  )

◆ BUILD_ASSERT() [4/4]

BUILD_ASSERT ( IS_ENABLED(CONFIG_NETWORKING)  )