This function initializes the ArduinoIoTCloudLPWAN library with the specified connection handler and retry settings.
ConnectionHandler
- object containing APPEUI
, APPKEY
and frequency band (e.g. _lora_band::EU868
)bool
- a boolean value that decides whether retry functionality is enabled (true
) or disabled (false
)int
- returns 1
on successful initialization.