netxduo
NX_IN_PROGRESS
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (5/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_IN_PROGRESS
NX_IN_PROGRESS macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:1268
#define
NX_IN_PROGRESS
0x37
Examples
References
from
examples
Code
Location
#define
NX_IN_PROGRESS
0x37
nx_api.h:1268
return
(
NX_IN_PROGRESS
)
;
nx_tcp_server_socket_accept.c:217
status
=
NX_IN_PROGRESS
;
nx_tcp_socket_disconnect.c:239
if
(
status
==
NX_IN_PROGRESS
)
nxd_dns.c:4045
return
(
NX_IN_PROGRESS
)
;
nxd_dns.c:4627
if
(
(
status
!=
NX_SUCCESS
)
&&
(
status
!=
NX_IN_PROGRESS
)
)
nxd_mqtt_client.c:3925
if
(
(
status
==
NX_IN_PROGRESS
)
||
(
wait_option
==
0
)
)
nxd_mqtt_client.c:3949
return
(
NX_IN_PROGRESS
)
;
nxd_mqtt_client.c:3951
return
(
NX_IN_PROGRESS
)
;
nxd_tcp_client_socket_connect.c:503
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