nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_at_socket.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SLM_AT_SOCKET_
8#define SLM_AT_SOCKET_
9
26int slm_bind_to_local_addr(int socket, int family, uint16_t port);
27
35
45#endif /* SLM_AT_SOCKET_ */
int slm_at_socket_uninit(void)
Uninitialize socket AT command parser.
int slm_at_socket_init(void)
Initialize socket AT command parser.
int slm_bind_to_local_addr(int socket, int family, uint16_t port)
Bind socket to a local network address.