LORAWAN_Init

Definition: This function initializes the LoRaWAN MAC stack and radio software layers. During this initialization procedure:

Syntax

void LORAWAN_Init(AppDataCb_t appdata, JoinResponseCb_t joindata);

Input Parameters

Table 1. Input Parameters

Parameter Name

Parameter Type

Description

appdata

AppDataCb_t

Pointer to function that is called when a down-link is received

joindata

JoinResponseCb_t

Pointer to function that is called when join response is received

Return Type and Values

<void>

API Type – Synchronous