AtGsmSimCom7600E/Src/AtGsmSimComA7600_SSL_StopSo...

13 lines
291 B
C

//
// 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);
}