1
1
/*
2
- This file is part of ArduinoIoTCloud .
2
+ This file is part of the Arduino_ConnectionHandler library .
3
3
4
- Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4
+ Copyright (c) 2023 Arduino SA
5
5
6
- This software is released under the GNU General Public License version 3,
7
- which covers the main part of arduino-cli.
8
- The terms of this license can be found at:
9
- https://www.gnu.org/licenses/gpl-3.0.en.html
10
-
11
- You can be released from the requirements of the above licenses by purchasing
12
- a commercial license. Buying such a license is mandatory if you want to modify or
13
- otherwise use the software for commercial activities involving the Arduino
14
- software without disclosing the source code of your own applications. To purchase
15
- a commercial license, send an email to [email protected] .
6
+ This Source Code Form is subject to the terms of the Mozilla Public
7
+ License, v. 2.0. If a copy of the MPL was not distributed with this
8
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
16
9
*/
17
10
18
11
/* *****************************************************************************
19
- INCLUDE
12
+ INCLUDE
20
13
******************************************************************************/
21
14
22
15
#include " ConnectionHandlerDefinitions.h"
25
18
#include " CatM1ConnectionHandler.h"
26
19
27
20
/* *****************************************************************************
28
- CTOR/DTOR
21
+ CTOR/DTOR
29
22
******************************************************************************/
30
23
31
24
CatM1ConnectionHandler::CatM1ConnectionHandler ()
@@ -49,7 +42,7 @@ CatM1ConnectionHandler::CatM1ConnectionHandler(
49
42
}
50
43
51
44
/* *****************************************************************************
52
- PUBLIC MEMBER FUNCTIONS
45
+ PUBLIC MEMBER FUNCTIONS
53
46
******************************************************************************/
54
47
55
48
unsigned long CatM1ConnectionHandler::getTime ()
@@ -61,7 +54,7 @@ unsigned long CatM1ConnectionHandler::getTime()
61
54
}
62
55
63
56
/* *****************************************************************************
64
- PROTECTED MEMBER FUNCTIONS
57
+ PROTECTED MEMBER FUNCTIONS
65
58
******************************************************************************/
66
59
67
60
NetworkConnectionState CatM1ConnectionHandler::update_handleInit ()
0 commit comments