Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #pragma once
-
- #include "Hardware.h"
-
- namespace network {
-
- inline void powerOn() { hardware::sim808::networkPowerOn(); }
- inline void powerOff() { hardware::sim808::networkPowerOff(); }
-
- SIM808RegistrationStatus waitForRegistered(uint32_t timeout);
- bool isAvailable(SIM808_NETWORK_REGISTRATION_STATE state);
- bool enableGprs();
- }
|