MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Functions
tcp_socket.c File Reference
#include "tcp_socket.h"
#include <errno.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/ip.h>
#include <netdb.h>
#include <string.h>
#include <stdio.h>
Include dependency graph for tcp_socket.c:

Functions

bool tcp_socket_open (tcp_socket *socket_ptr, const char *hostname, uint16_t port, size_t timeout_ms)
 
bool tcp_socket_close (tcp_socket *socket_ptr)
 
bool tcp_socket_send (tcp_socket *socket_ptr, const void *buffer, size_t num_bytes, size_t *bytes_written)
 
bool tcp_socket_recv (tcp_socket *socket_ptr, void *buffer, size_t num_bytes, size_t *bytes_read)