Nx_UDP_Echo_Client
PRINT_DATA
is only used within Nx_UDP_Echo_Client.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Nx_UDP_Echo_Client
PRINT_DATA
PRINT_DATA macro
Syntax
Show:
Summary
Declaration
from
app_netxduo.h:61
#define
PRINT_DATA
(
addr
,
port
,
data
)
do
{
\
printf
(
"[%lu.%lu.%lu.%lu:%u] -> '%s' \n"
,
\
(
addr
>
>
24
)
&
0xff
,
\
(
addr
>
>
16
)
&
0xff
,
\
(
addr
>
>
8
)
&
0xff
,
\
(
addr
&
0xff
)
,
port
,
data
)
;
\
}
while
(
0
)
Arguments
Argument
addr
port
data
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