mirror of https://github.com/ARMmbed/mbed-os.git
For ABP: First call to connect() or connect(params) will return LORAWAN_STATUS_OK and a CONNECTED event will be sent. Any subsequent call will return LORAWAN_STATUS_ALREADY_CONNECTED (posix EISCONN) and no event is generated. FOR OTAA: First call to connect() or connect(params) will return LORAWAN_STATUS_CONNECT_IN_PROGRESS and a CONNECTED event will be sent whenever the JoinAccept is received. If the application calls connect again before receiving the CONNECTED event, LORAWAN_STATUS_BUSY will be returned. After the CONNECTED event is dispatched, any subsequent call to connect() or connect(params) API will be returned with LORWAN_STATUS_ALREADY_CONNECTED. No new parameters are accepted after the first call. The application must disconnect before making a connect() call with new parameters. |
||
---|---|---|
.. | ||
lorastack | ||
system | ||
LICENSE | ||
LoRaRadio.h | ||
LoRaWANBase.h | ||
LoRaWANInterface.cpp | ||
LoRaWANInterface.h | ||
LoRaWANStack.cpp | ||
LoRaWANStack.h | ||
lorawan_types.h | ||
mbed_lib.json |