SXXXXXXX_PyDownloadFwViaSRIO/_OLD/Vecchia_app/FpgaBeamMeUp/Qg/qgnetworkinterface.h
2026-01-22 17:10:05 +01:00

24 lines
514 B
C++

#ifndef QGNETWORKINTERFACE_H
#define QGNETWORKINTERFACE_H
#include <QHostAddress>
class QgNetworkInterface
{
public:
static void setNetworkInterface(const QHostAddress& adr);
static QHostAddress networkInterface();
static QHostAddress networkBroadcast();
static QString networkIP();
static void setNetworkIP(const QString& str);
static unsigned int networkMTU();
static void setNetworkMTU(unsigned int);
static unsigned int networkUdpMTU();
};
#endif // QGNETWORKINTERFACE_H