Home Page | Language Reference (extended) | SD Reference | Libraries | Comparison | Changes
GSM : GSM class
Disconnects from the GSM network identified on the SIM card by powering the modem off.
gsm.shutdown()
none
boolean : 0 while executing, 1 when successful
#include <GSM.h> #define PINNUMBER "" GSM gsm; // include a 'true' parameter for debug enabled void setup ( )
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.