net_sock_rx

Receive data on a socket

Usages

net_sock_rx  [-i sock_id] [-l data length] [-f output format]

Arguments

-i [sock_id]Socket ID.

-l [data length]Data length to receive

-f [output format], Output format Hexadecimal (h) or Char/string (s)

Output

Data received.

Required Configuration

None.

Notes/Warnings

None.