netxduo
+
0
/2 examples
SourceVu will show references to
nx_udp_socket_receive
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 (2/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
nx_udp_socket_receive
nx_udp_socket_receive macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:3236
#define
nx_udp_socket_receive
_nx_udp_socket_receive
Examples
nx_udp_socket_receive
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_receive
_nx_udp_socket_receive
nx_api.h:3236
#define
nx_udp_socket_receive
_nxe_udp_socket_receive
nx_api.h:3423
UINT
nx_udp_socket_receive
(
NX_UDP_SOCKET
*
socket_ptr
,
NX_PACKET
*
*
packet_ptr
,
ULONG
wait_option
)
;
nx_api.h:3738
status
=
nx_udp_socket_receive
(
&
(
dns_ptr
->
nx_dns_socket
)
,
packet_ptr
,
time_remaining
)
;
nxd_dns.c:4791
status
=
nx_udp_socket_receive
(
&
(
client_ptr
->
nx_sntp_client_udp_socket
)
,
&
receive_packet
,
timeout
*
NX_IP_PERIODIC_RATE
)
;
nxd_sntp_client.c:2505
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