Loading...
Searching...
No Matches
sock_ip_aux_rx_t Struct Reference

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

Detailed Description

Auxiliary data provided when receiving using an IP sock object.

Definition at line 304 of file ip.h.

#include <ip.h>

Data Fields

sock_ip_ep_t local
 The local address the packet was received on.
 
uint64_t timestamp
 System time the packet was received.
 
int16_t rssi
 RSSI value of the received frame.
 
sock_aux_flags_t flags
 Flags used request information.
 

Field Documentation

◆ flags

sock_aux_flags_t sock_ip_aux_rx_t::flags

Flags used request information.

Definition at line 329 of file ip.h.

◆ local

sock_ip_ep_t sock_ip_aux_rx_t::local

The local address the packet was received on.

See also
SOCK_AUX_GET_LOCAL

Definition at line 311 of file ip.h.

◆ rssi

int16_t sock_ip_aux_rx_t::rssi

RSSI value of the received frame.

See also
SOCK_AUX_GET_RSSI

Definition at line 327 of file ip.h.

◆ timestamp

uint64_t sock_ip_aux_rx_t::timestamp

System time the packet was received.

See also
SOCK_AUX_GET_TIMESTAMP

Definition at line 319 of file ip.h.


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