netxduo
+
0
/2 examples
SourceVu will show references to
nx_tcp_socket_send
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
nx_tcp_socket_send
nx_tcp_socket_send macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:3214
#define
nx_tcp_socket_send
_nx_tcp_socket_send
Examples
nx_tcp_socket_send
is referenced by 2 libraries and example projects:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
References
from
0/2
examples
Code
Location
#define
nx_tcp_socket_send
_nx_tcp_socket_send
nx_api.h:3214
#define
nx_tcp_socket_send
(
s
,
p
,
t
)
_nxe_tcp_socket_send
(
s
,
&
p
,
t
)
nx_api.h:3402
status
=
nx_tcp_socket_send
(
tls_session
->
nx_secure_tls_tcp_socket
,
send_packet
,
wait_option
)
;
nx_secure_tls_send_record.c:345
status
=
nx_tcp_socket_send
(
tcp_socket
,
packet_ptr
,
wait_option
)
;
nx_web_http_server.c:10487
status
=
nx_tcp_socket_send
(
&
client_ptr
->
nxd_mqtt_client_socket
,
packet_ptr
,
NX_WAIT_FOREVER
)
;
nxd_mqtt_client.c:471
status
=
nx_tcp_socket_send
(
&
client_ptr
->
nxd_mqtt_client_socket
,
packet_ptr
,
NX_WAIT_FOREVER
)
;
nxd_mqtt_client.c:1432
ret
=
nx_tcp_socket_send
(
&
client_ptr
->
nxd_mqtt_client_socket
,
response_packet
,
NX_WAIT_FOREVER
)
;
nxd_mqtt_client.c:1610
status
=
nx_tcp_socket_send
(
&
client_ptr
->
nxd_mqtt_client_socket
,
packet_ptr
,
wait_option
)
;
nxd_mqtt_client.c:3664
status
=
nx_tcp_socket_send
(
&
client_ptr
->
nxd_mqtt_client_socket
,
packet_ptr
,
wait_option
)
;
nxd_mqtt_client.c:4273
status
=
nx_tcp_socket_send
(
&
client_ptr
->
nxd_mqtt_client_socket
,
packet_ptr
,
wait_option
)
;
nxd_mqtt_client.c:4581
status
=
nx_tcp_socket_send
(
&
client_ptr
->
nxd_mqtt_client_socket
,
packet_ptr
,
NX_WAIT_FOREVER
)
;
nxd_mqtt_client.c:5012
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