[en] Core class of LTE library. This is internal class. 
 [ja] LTEライブラリのCoreクラス。内部利用Class。  
 More...
#include <LTECore.h>
Public Member Functions | |
| void | setStatus (LTEModemStatus status) | 
| LTEModemStatus | getStatus () | 
| void | setSessionID (uint8_t id) | 
| LTEModemStatus | begin (bool restart) | 
| void | shutdown () | 
| LTEModemStatus | startSearchNetwork (char *pinCode, bool synchronous) | 
| LTEModemStatus | connectNetwork (const char *apn, const char *userName, const char *password, LTENetworkAuthType authType, LTENetworkIPType ipType, bool synchronous, bool cancelable=true) | 
| LTEModemStatus | disconnectNetwork () | 
| void | signalModemReset () | 
| void | printErrorInfo () | 
| void | recovery () | 
Static Public Member Functions | |
| static LTECore | getInstance () | 
[en] Core class of LTE library. This is internal class. 
 [ja] LTEライブラリのCoreクラス。内部利用Class。