Stable version of the xDot library for mbed 5. This version of the library is suitable for deployment scenarios.

Dependents:   Dot-Examples XDOT-Devicewise Dot-Examples-delujoc Dot-Examples_receive ... more

Fork of libxDot-dev-mbed5-deprecated 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 341 of file Lora.h.


Field Documentation

uint8_t EUI[8]

Unique identifier assigned to device.

Definition at line 343 of file Lora.h.

uint8_t FrequencyBand

Used to choose ChannelPlan.

Definition at line 342 of file Lora.h.