1

Dependents:   0A101_mDot_Sensor_Rev3_AUS 601_mDot_Sensor_RevJT_AUS

Fork of libmDot-mbed5 by MultiTech

Embed: (wiki syntax)

« Back to documentation index

DeviceConfig Struct Reference

DeviceConfig Struct Reference

Device configuration. More...

#include <Lora.h>

Data Fields

uint8_t FrequencyBand
 Used to choose ChannelPlan.
uint8_t EUI [8]
 Unique identifier assigned to device.

Detailed Description

Device configuration.

Definition at line 373 of file Lora.h.


Field Documentation

uint8_t EUI[8]

Unique identifier assigned to device.

Definition at line 375 of file Lora.h.

uint8_t FrequencyBand

Used to choose ChannelPlan.

Definition at line 374 of file Lora.h.