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

MulticastSession Struct Reference

MulticastSession Struct Reference

Multicast session info. More...

#include <Lora.h>

Data Fields

uint32_t Address
 Network address.
uint8_t NetworkSessionKey [16]
 Network session key.
uint8_t DataSessionKey [16]
 Data session key.
uint32_t DownlinkCounter
 Downlink counter of last packet received from server.
int8_t Periodicity
 Number of downlink windows to open per beacon period.
uint32_t Frequency
 Frequency used for downlink windows.
uint8_t DatarateIndex
 Datarate used for downlink windows.
bool DataPending
 Indicates network has data pending for this address.

Detailed Description

Multicast session info.

Definition at line 432 of file Lora.h.


Field Documentation

uint32_t Address

Network address.

Definition at line 433 of file Lora.h.

Indicates network has data pending for this address.

Definition at line 440 of file Lora.h.

uint8_t DatarateIndex

Datarate used for downlink windows.

Definition at line 439 of file Lora.h.

uint8_t DataSessionKey[16]

Data session key.

Definition at line 435 of file Lora.h.

uint32_t DownlinkCounter

Downlink counter of last packet received from server.

Definition at line 436 of file Lora.h.

uint32_t Frequency

Frequency used for downlink windows.

Definition at line 438 of file Lora.h.

uint8_t NetworkSessionKey[16]

Network session key.

Definition at line 434 of file Lora.h.

int8_t Periodicity

Number of downlink windows to open per beacon period.

Definition at line 437 of file Lora.h.