[en] The class to get modem information.
[ja] モデムの情報を取得するクラス。
More...
#include <LTEModemVerification.h>
Public Member Functions | |
LTEModemVerification () | |
Construct LTEModemVerification instance. | |
~LTEModemVerification () | |
Destruct LTEModemVerification instance. | |
LTEModemStatus | begin () |
Power on the modem. More... | |
String | getIMEI () |
Get IMEI. More... | |
String | getFirmwareVersion () |
Get firmware version of the modem. More... | |
LTENetworkRatType | getRAT () |
Get RAT(Radio Access Technology). More... | |
LTEModemStatus | getStatus () |
Get the modem status. More... | |
[en] The class to get modem information.
[ja] モデムの情報を取得するクラス。
LTEModemStatus LTEModemVerification::begin | ( | ) |
Power on the modem.
[en] Power on the modem. If the modem is powered on, restart it. This method must be called before use any other methods.
[ja] モデムの電源をONにします。モデムの電源がONの場合はモデムの電源をOFFにしてから電源をONにします。 このメソッドはほかのメソッドを利用する前に必ず呼び出す必要があります。
String LTEModemVerification::getIMEI | ( | ) |
Get IMEI.
[en] Get IMEI(International Mobile Equipment Identity) of modem.
[ja] モデムのIMEI(International Mobile Equipment Identity)を取得します。
String LTEModemVerification::getFirmwareVersion | ( | ) |
Get firmware version of the modem.
Get firmware version.
[en] Get firmware version of the modem.
[ja] モデムのファームウェアバージョンを取得します。
LTENetworkRatType LTEModemVerification::getRAT | ( | ) |
Get RAT(Radio Access Technology).
[en] Get the RAT(Radio Access Technology) currently used by the modem.
[ja] モデムが現在使用しているRAT(Radio Access Technology)を取得します。
LTEModemStatus LTEModemVerification::getStatus | ( | ) |
Get the modem status.
[en] Get the modem status.
[ja] モデムの状態を取得します。