Hamlib  4.2
Functions
network.c File Reference

Network port IO. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>
#include <signal.h>
#include <hamlib/rig.h>
#include "network.h"
#include "misc.h"
Include dependency graph for network.c:

Functions

int network_open (hamlib_port_t *rp, int default_port)
 Open network port using rig.state data. More...
 
void network_flush (hamlib_port_t *rp)
 Clears any data in the read buffer of the socket. More...
 

Detailed Description

Network port IO.