GDB (API)
|
Go to the source code of this file.
Functions | |
int | net_open (struct serial *scb, const char *name) |
void | net_close (struct serial *scb) |
int | net_read_prim (struct serial *scb, size_t count) |
int | net_write_prim (struct serial *scb, const void *buf, size_t count) |
int | ser_tcp_send_break (struct serial *scb) |
int net_read_prim | ( | struct serial * | scb, |
size_t | count | ||
) |
int net_write_prim | ( | struct serial * | scb, |
const void * | buf, | ||
size_t | count | ||
) |
int ser_tcp_send_break | ( | struct serial * | scb | ) |