![]() |
Morse Micro IoT SDK
2.9.7
|
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... | |
| 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.
| 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.