mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge pull request #961 from Lord-Grey/Improve_errohandling
Improve UDP-Device Error handling
This commit is contained in:
@@ -61,12 +61,12 @@ protected:
|
||||
///
|
||||
/// @return Zero on success, else negative
|
||||
///
|
||||
int writeBytes(unsigned size, const uint8_t *data);
|
||||
int writeBytes(const unsigned size, const uint8_t *data);
|
||||
|
||||
///
|
||||
QUdpSocket * _udpSocket;
|
||||
QHostAddress _address;
|
||||
ushort _port;
|
||||
quint16 _port;
|
||||
QString _defaultHost;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user