#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <modbus.h>
Go to the source code of this file.
Enumerations | |
enum | { TCP, RTU } |
Functions | |
int | main (int argc, char *argv[]) |
anonymous enum |
Enumerator | |
---|---|
TCP | |
RTU |
Definition at line 26 of file bandwidth-server-one.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file bandwidth-server-one.c.