|
liblightify
|
#include <stdlib.h>

Go to the source code of this file.
Functions | |
| int | write_to_socket (struct lightify_ctx *ctx, unsigned char *msg, size_t size) |
| int | read_from_socket (struct lightify_ctx *ctx, unsigned char *msg, size_t size) |
Created on: 17.08.2015 Author: tobi
Definition in file socket.h.
| int read_from_socket | ( | struct lightify_ctx * | ctx, |
| unsigned char * | msg, | ||
| size_t | size | ||
| ) |
| int write_to_socket | ( | struct lightify_ctx * | ctx, |
| unsigned char * | msg, | ||
| size_t | size | ||
| ) |