Rizin
unix-like reverse engineering framework and cli tools
socket_serial.c File Reference
#include <rz_socket.h>

Go to the source code of this file.

Functions

RZ_API int rz_socket_connect_serial (RzSocket *sock, const char *path, int speed, int parity)
 

Function Documentation

◆ rz_socket_connect_serial()

RZ_API int rz_socket_connect_serial ( RzSocket sock,
const char *  path,
int  speed,
int  parity 
)

Definition at line 63 of file socket_serial.c.

63  {
64  return -1;
65 }

Referenced by gdbr_connect().