ESP-IDF
esp_transport_socks_proxy_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_transport_socks_proxy_config_t
esp_transport_socks_proxy_config_t struct
Syntax
Show:
Summary
Declaration
from
esp_transport_socks_proxy.h:32
typedef
struct
esp_transport_socks_proxy_config_t
{
const
socks_version_t
version
;
const
char
*
address
;
const
int
port
;
}
esp_transport_socks_proxy_config_t
;
Fields
Field
Declared as
Description
esp_transport_socks_proxy_config_t::version
const
socks_version_t
Socks protocol version.
esp_transport_socks_proxy_config_t::address
const
char
*
Proxy address.
esp_transport_socks_proxy_config_t::port
const
int
Related Functions
Found 3 other functions taking a
esp_transport_socks_proxy_config_t
argument:
Function
Description
check_parameters()
esp_transport_socks_proxy_init()
Create a proxy transport
esp_transport_socks_proxy_set_config()
Changes the configuration of the proxy
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out