Onethinx LoRaWAN module

Enumerations

enum  RadioPacketTypes_e { PACKET_TYPE_GFSK = 0x00 , PACKET_TYPE_LORA = 0x01 , PACKET_TYPE_NONE = 0x0F }
 Represents the possible packet type (i.e. modem) used. More...
 
enum  RadioLoRaBandwidths_e {
  LORA_BW_500 = 6 , LORA_BW_250 = 5 , LORA_BW_125 = 4 , LORA_BW_062 = 3 ,
  LORA_BW_041 = 10 , LORA_BW_031 = 2 , LORA_BW_020 = 9 , LORA_BW_015 = 1 ,
  LORA_BW_010 = 8 , LORA_BW_007 = 0
}
 Represents the bandwidth values for LoRa packet type. More...
 

Detailed Description

Enumeration Type Documentation

◆ RadioLoRaBandwidths_e

Represents the bandwidth values for LoRa packet type.

Enumerator
LORA_BW_500 
LORA_BW_250 
LORA_BW_125 
LORA_BW_062 
LORA_BW_041 
LORA_BW_031 
LORA_BW_020 
LORA_BW_015 
LORA_BW_010 
LORA_BW_007 

◆ RadioPacketTypes_e

Represents the possible packet type (i.e. modem) used.

Enumerator
PACKET_TYPE_GFSK 
PACKET_TYPE_LORA 
PACKET_TYPE_NONE