Morse Micro IoT SDK  2.9.7
udp_broadcast_rx_metadata Struct Reference

Detailed Description

Struct used in rx mode for storing state.

Definition at line 162 of file udp_broadcast.c.

Data Fields

uint32_t last_rx_time_ms
 The last time in milliseconds that a valid payload was received. More...
 
uint32_t id
 ID of the device, used to retrieve data from the payload. More...
 

Field Documentation

◆ id

uint32_t udp_broadcast_rx_metadata::id

ID of the device, used to retrieve data from the payload.

Definition at line 167 of file udp_broadcast.c.

◆ last_rx_time_ms

uint32_t udp_broadcast_rx_metadata::last_rx_time_ms

The last time in milliseconds that a valid payload was received.

Definition at line 165 of file udp_broadcast.c.


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