#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <modbus.h>
#include "unit-test.h"
Go to the source code of this file.
Enumerations | |
enum | { TCP, TCP_PI, RTU } |
Functions | |
int | main (int argc, char *argv[]) |
anonymous enum |
Enumerator | |
---|---|
TCP | |
TCP_PI | |
RTU |
Definition at line 27 of file unit-test-client.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
COIL BITS
DISCRETE INPUTS
HOLDING REGISTERS
INPUT REGISTERS
FLOAT
ILLEGAL DATA ADDRESS
TOO MANY DATA
SLAVE REPLY
BAD RESPONSE
MANUAL EXCEPTION
RAW REQUEST
Definition at line 33 of file unit-test-client.c.