nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_at_httpc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SLM_AT_HTTPC_
8#define SLM_AT_HTTPC_
9
26int handle_at_httpc_send(const char *data, size_t length);
27
35
43
46#endif /* SLM_AT_HTTPC_ */
int handle_at_httpc_send(const char *data, size_t length)
HTTPC raw data send.
int slm_at_httpc_init(void)
Initialize HTTPC AT command parser.
int slm_at_httpc_uninit(void)
Uninitialize HTTPC AT command parser.