Loading...
Searching...
No Matches
sock_udp_aux_rx_t Struct Reference

Auxiliary data provided when receiving using an UDP sock object. More...

Detailed Description

Auxiliary data provided when receiving using an UDP sock object.

Definition at line 310 of file udp.h.

#include <udp.h>

Data Fields

sock_udp_ep_t local
 The local endpoint the datagram was received on.
 
uint64_t timestamp
 System time the datagram was received.
 
int16_t rssi
 RSSI value of the received frame.
 
uint8_t ttl
 TTL value of the received frame.
 
sock_aux_flags_t flags
 Flags used request information.
 

Field Documentation

◆ flags

sock_aux_flags_t sock_udp_aux_rx_t::flags

Flags used request information.

Definition at line 343 of file udp.h.

◆ local

sock_udp_ep_t sock_udp_aux_rx_t::local

The local endpoint the datagram was received on.

See also
SOCK_AUX_GET_LOCAL

Definition at line 317 of file udp.h.

◆ rssi

int16_t sock_udp_aux_rx_t::rssi

RSSI value of the received frame.

See also
SOCK_AUX_GET_RSSI

Definition at line 333 of file udp.h.

◆ timestamp

uint64_t sock_udp_aux_rx_t::timestamp

System time the datagram was received.

See also
SOCK_AUX_GET_TIMESTAMP

Definition at line 325 of file udp.h.

◆ ttl

uint8_t sock_udp_aux_rx_t::ttl

TTL value of the received frame.

See also
SOCK_AUX_GET_TTL

Definition at line 341 of file udp.h.


The documentation for this struct was generated from the following file: