// // Created by cfif on 24.05.2024. // #include "AtCmdCommonProtected.h" AtCommandResult AtGsmSimComA7600_SSL_StopSocketService(tAtCmd *env) { AtCmdPrepare(env); AtCmdRxClear(env); AtCmdSendStatic(env, "AT+CCHSTOP\r\n"); return AtCmdOkErrAnswer(env, env->stdRxTimeout); }