A142_Desktop/modbusoverudp.h

17 lines
225 B
C
Raw Normal View History

2023-11-28 16:56:30 +03:00
#ifndef MODBUSOVERUDP_H
#define MODBUSOVERUDP_H
#include <QObject>
class ModbusOverUdp : public QObject
{
Q_OBJECT
public:
explicit ModbusOverUdp(QObject *parent = nullptr);
signals:
};
#endif // MODBUSOVERUDP_H