netxduo
+
0
/2 examples
SourceVu will show references to
nx_udp_socket_create
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
nx_udp_socket_create
nx_udp_socket_create macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:3232
#define
nx_udp_socket_create
_nx_udp_socket_create
Examples
nx_udp_socket_create
is referenced by 2 libraries and example projects:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
References
from
0/2
examples
Code
Location
#define
nx_udp_socket_create
_nx_udp_socket_create
nx_api.h:3232
#define
nx_udp_socket_create
(
i
,
s
,
n
,
t
,
f
,
l
,
q
)
_nxe_udp_socket_create
(
i
,
s
,
n
,
t
,
f
,
l
,
q
,
sizeof
(
NX_UDP_SOCKET
)
)
nx_api.h:3419
status
=
nx_udp_socket_create
(
ip_ptr
,
&
(
dhcp_ptr
->
nx_dhcp_socket
)
,
"NetX DHCP Client"
,
nxd_dhcp_client.c:353
status
=
nx_udp_socket_create
(
ip_ptr
,
&
(
dns_ptr
->
nx_dns_socket
)
,
"DNS Socket"
,
nxd_dns.c:264
status
=
nx_udp_socket_create
(
client_ptr
->
nx_sntp_client_ip_ptr
,
&
(
client_ptr
->
nx_sntp_client_udp_socket
)
,
nxd_sntp_client.c:265
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out