mbed-os/features/lorawan
Hasnain Virk 5d50cf1836 Streamlining connect() API with posix like retcodes
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.
2018-07-15 22:54:26 -05:00
..
lorastack LoRaWAN: Handling re-joining when already Joined 2018-07-15 22:54:26 -05:00
system Style changes only 2018-06-15 13:30:56 +01:00
LICENSE Adding license text and BSD-Clause 3 2018-02-09 11:00:56 -06:00
LoRaRadio.h Immutable Payload from radio 2018-05-08 16:24:34 +03:00
LoRaWANBase.h Streamlining connect() API with posix like retcodes 2018-07-15 22:54:26 -05:00
LoRaWANInterface.cpp Style changes only 2018-06-15 13:30:56 +01:00
LoRaWANInterface.h Streamlining connect() API with posix like retcodes 2018-07-15 22:54:26 -05:00
LoRaWANStack.cpp Streamlining connect() API with posix like retcodes 2018-07-15 22:54:26 -05:00
LoRaWANStack.h Streamlining connect() API with posix like retcodes 2018-07-15 22:54:26 -05:00
lorawan_types.h LoRaWAN: Handling re-joining when already Joined 2018-07-15 22:54:26 -05:00
mbed_lib.json Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00