lriot  2.1.0.0
Data Fields
lr1110_modem_event_t Struct Reference

Structure holding event-related data. More...

#include <lr1110_modem_helper_types.h>

Data Fields

uint8_t event_type
 
uint8_t missed_events
 Number of event_type events missed before the current one. More...
 
union {
   struct {
      uint16_t   count
 
   }   reset
 
   struct {
      uint8_t   status
 
   }   txdone
 
   struct {
      int8_t   rssi
 Signed value in dBm + 64. More...
 
      int8_t   snr
 Signed value in dB given in 0.25dB step. More...
 
      uint8_t   flag
 
      uint8_t   fport
 
      uint8_t   data_buf [LR1110_MODEM_HELPER_MAX_DOWNLINK_LENGTH]
 
      uint8_t   length
 
   }   downdata
 
   struct {
      uint8_t   status
 
   }   upload
 
   struct {
      uint8_t   tag
 
   }   setconf
 
   struct {
      uint8_t   status
 
   }   mute
 
   struct {
      uint16_t   len
 
      uint8_t   buffer [LR1110_MODEM_HELPER_WIFI_MAX_BUFFER_LENGTH]
 
   }   wifi
 
   struct {
      uint16_t   len
 
      uint8_t   nav_message [LR1110_MODEM_HELPER_GNSS_MAX_NAV_LENGTH]
 
   }   gnss
 
   struct {
      uint8_t   status
 
   }   time
 
event_data
 

Detailed Description

Structure holding event-related data.

Field Documentation

◆ buffer

◆ count

uint16_t count

◆ data_buf

◆ downdata

struct { ... } downdata

◆ event_data

union { ... } event_data

◆ event_type

uint8_t event_type

◆ flag

uint8_t flag

◆ fport

uint8_t fport

◆ gnss

struct { ... } gnss

◆ len

uint16_t len

◆ length

uint8_t length

◆ missed_events

uint8_t missed_events

Number of event_type events missed before the current one.

◆ mute

struct { ... } mute

◆ nav_message

◆ reset

struct { ... } reset

◆ rssi

int8_t rssi

Signed value in dBm + 64.

◆ setconf

struct { ... } setconf

◆ snr

int8_t snr

Signed value in dB given in 0.25dB step.

◆ status

uint8_t status

◆ tag

uint8_t tag

◆ time

struct { ... } time

◆ txdone

struct { ... } txdone

◆ upload

struct { ... } upload

◆ wifi

struct { ... } wifi

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