blob: 9b113a1f6842d3e70878db45fe3f99a4d524e34e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* -------------------------------------------
Copyright (C) 2024, Theater Quality Inc, all rights reserved..
File: LTE.h.
Purpose: LTE protocol classes.
------------------------------------------- */
#ifndef _INC_NETWORK_LTE_H_
#define _INC_NETWORK_LTE_H_
#include <NewKit/Defines.h>
#include <NewKit/KString.h>
#endif // ifndef _INC_NETWORK_LTE_H_
|