QTfrontend/netudpserver.h
changeset 659 5eafb20566f1
parent 633 9050a949db21
child 883 07a568ba44e0
equal deleted inserted replaced
658:a7e625f5d9d0 659:5eafb20566f1
    29   Q_OBJECT
    29   Q_OBJECT
    30 
    30 
    31  public:
    31  public:
    32   HWNetUdpServer(QObject *parent, const QString & descr, quint16 port);
    32   HWNetUdpServer(QObject *parent, const QString & descr, quint16 port);
    33 
    33 
       
    34  public slots:
       
    35   void unregister();
       
    36 
    34  private slots:
    37  private slots:
    35   void onClientRead();
    38   void onClientRead();
    36 
    39 
    37  private:
    40  private:
    38   QUdpSocket* pUdpSocket;
    41   QUdpSocket* pUdpSocket;