Adeon
Loading...
Searching...
No Matches
AdeonGSM.h File Reference

Adeon library for Arduino. More...

#include <Arduino.h>
#include "utility/MD5.h"
#include "utility/list.h"

Go to the source code of this file.

Classes

class  Adeon
 

Macros

#define ADEON_ADMIN   1
 
#define ADEON_USER   2
 
#define ADEON_HOST   3
 

Variables

static constexpr auto SHORT_HASH_LENGTH = 5
 
static constexpr auto MSG_BUFFER_LENGTH = 140
 

Detailed Description

Adeon library for Arduino.

Project AdeonGSM

Author
JSC electronics License Apache-2.0 - Copyright (c) 2019 JSC electronics

License

Copyright (c) 2019 JSC electronics

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file AdeonGSM.h.

Macro Definition Documentation

◆ ADEON_ADMIN

#define ADEON_ADMIN   1

Definition at line 32 of file AdeonGSM.h.

◆ ADEON_HOST

#define ADEON_HOST   3

Definition at line 34 of file AdeonGSM.h.

◆ ADEON_USER

#define ADEON_USER   2

Definition at line 33 of file AdeonGSM.h.

Variable Documentation

◆ MSG_BUFFER_LENGTH

constexpr auto MSG_BUFFER_LENGTH = 140
staticconstexpr

Definition at line 37 of file AdeonGSM.h.

◆ SHORT_HASH_LENGTH

constexpr auto SHORT_HASH_LENGTH = 5
staticconstexpr

Definition at line 36 of file AdeonGSM.h.