#include <socket.h>
Data Fields | |
int16_t | sockid |
void * | payload |
uint8_t | len |
sockaddr_in6_t * | from |
int16_t udp_recvfrom::sockid |
returns the same socket id during call time
void* udp_recvfrom::payload |
points to the received message stored in the queue.
uint8_t udp_recvfrom::len |
length of the message in number of bytes.
the socket address of the message's sender.