LORAWAN_ForceEnable

Definition: The network can issue certain commands that would require the end device to go the Silent Immediately state. This mechanism disables any further communication of the module, effectively isolating it from the network. Using this function after this network command has been received restores the module’s connectivity by allowing it to send data.

Syntax

void LORAWAN_ForceEnable (void);

Input Parameters

<None>

Return Type and Values

<None>

API Type – Synchronous