Bleeding edge development version of the xDot library for mbed 5. This version of the library is not guaranteed to be stable or well tested and should not be used in production or deployment scenarios.

Dependents:   Dot-Examples Dot-AT-Firmware Dot-Examples TEST_FF1705 ... more

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.

Detailed Description

Multicast session info.

Definition at line 418 of file Lora.h.


Field Documentation

uint32_t Address

Network address.

Definition at line 419 of file Lora.h.

uint8_t DataSessionKey[16]

Data session key.

Definition at line 421 of file Lora.h.

uint32_t DownlinkCounter

Downlink counter of last packet received from server.

Definition at line 422 of file Lora.h.

uint8_t NetworkSessionKey[16]

Network session key.

Definition at line 420 of file Lora.h.