Developer World
Spresense Arduino Library v3.2.0-77d75a4
LTEAccessProvider.h File Reference

LTE connection control class for Spresense Arduino. More...

#include <LTEDefinition.h>
Include dependency graph for LTEAccessProvider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LTEAccessProvider
 [en] The class to construct a path for communication between the LTE network and modem.
[ja] LTEネットワークとモデム間で通信するための通信経路を構築するクラス。 More...
 

Detailed Description

LTE connection control class for Spresense Arduino.

Author
Sony Semiconductor Solutions Corporation
Attention
[en] Use LTE.h instead of including this header file directly. [ja] このヘッダファイルを直接インクルードせずに、 LTE.h を使用してください。

[en] By using this class, you can use the follow features on SPRESSENSE.

  • Feature of registering modem to LTE network.
  • Feature of detaching modem from LTE network.
  • Feature to get IP address assigned by LTE network.
  • Feature to get time.

    [ja] このクラスを使用することで、以下の機能をSPRESENSE上で利用することが出来ます。

  • LTEネットワークにモデムを登録する機能。
  • LTEネットワークからモデムを切り離す機能。
  • LTEネットワークが割り当てたIPアドレスを取得する機能。
  • 時刻を取得する機能。