Loading...
Searching...
No Matches
gnrc_sock_recv_aux_t Struct Reference

Structure to retrieve auxiliary data from gnrc_sock_recv. More...

Detailed Description

Structure to retrieve auxiliary data from gnrc_sock_recv.

The members of this function depend on the modules used

Definition at line 64 of file gnrc_sock_internal.h.

#include <gnrc_sock_internal.h>

Data Fields

sock_ip_ep_tlocal
 local IP address PDU was received on
 
uint64_t * timestamp
 timestamp PDU was received at in nanoseconds
 
int16_t * rssi
 RSSI value of received PDU.
 
uint8_t flags
 Flags.
 

Field Documentation

◆ flags

uint8_t gnrc_sock_recv_aux_t::flags

Flags.

Definition at line 82 of file gnrc_sock_internal.h.

◆ local

sock_ip_ep_t* gnrc_sock_recv_aux_t::local

local IP address PDU was received on

This member is only present if module sock_aux_local is used.

Definition at line 71 of file gnrc_sock_internal.h.

◆ rssi

int16_t* gnrc_sock_recv_aux_t::rssi

RSSI value of received PDU.

Definition at line 77 of file gnrc_sock_internal.h.

◆ timestamp

uint64_t* gnrc_sock_recv_aux_t::timestamp

timestamp PDU was received at in nanoseconds

Definition at line 74 of file gnrc_sock_internal.h.


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