|
automotive-dlt
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <syslog.h>#include <errno.h>#include <unistd.h>#include <fcntl.h>#include <sys/types.h>#include <sys/socket.h>#include "dlt-daemon.h"#include "dlt_types.h"#include "dlt_daemon_serial.h"
Go to the source code of this file.
Functions | |
| int | dlt_daemon_serial_send (int sock, void *data1, int size1, void *data2, int size2, char serialheader) |
Definition in file dlt_daemon_serial.c.
| int dlt_daemon_serial_send | ( | int | sock, |
| void * | data1, | ||
| int | size1, | ||
| void * | data2, | ||
| int | size2, | ||
| char | serialheader | ||
| ) |
Definition at line 73 of file dlt_daemon_serial.c.
References DLT_DAEMON_ERROR_OK, DLT_DAEMON_ERROR_SEND_FAILED, and dltSerialHeader.
Referenced by dlt_daemon_client_send().